Merge pull request #67 from LightSaveUs/UI2-test

Themes, removed button and pins
This commit is contained in:
ebolam
2022-08-26 18:55:38 -04:00
committed by GitHub
5 changed files with 12 additions and 12 deletions

View File

@@ -483,7 +483,7 @@ gensettingstf = [
"UI_V2_Only": True, "UI_V2_Only": True,
"uitype": "slider", "uitype": "slider",
"unit": "int", "unit": "int",
"label": "Insert Depth", "label": "AN Depth",
"id": "singleline", "id": "singleline",
"min": 0, "min": 0,
"max": 5, "max": 5,

View File

@@ -307,7 +307,7 @@ input[type="range"]::-ms-fill-upper {
.menu_pin { .menu_pin {
position: absolute; position: absolute;
top:10px; top:10px;
left: calc(var(--flyout_menu_width) - 25px); left: calc(var(--flyout_menu_width) - 20px);
z-index:50; z-index:50;
width: 25px; width: 25px;
height: 25px; height: 25px;
@@ -747,7 +747,7 @@ input[type="range"]::-ms-fill-upper {
.story_menu_pin { .story_menu_pin {
position: absolute; position: absolute;
top:10px; top:10px;
right: calc(var(--flyout_menu_width) - 25px); right: calc(var(--flyout_menu_width) - 29px);
z-index:50; z-index:50;
width: 25px; width: 25px;
height: 25px; height: 25px;

View File

@@ -98,11 +98,11 @@
--wi_card_tag_bg_color: #242424; --wi_card_tag_bg_color: #242424;
--wi_card_tag_text_color: #e0e0e0; --wi_card_tag_text_color: #e0e0e0;
--wi_tag_color: #004397; --wi_tag_color: #1d434a;
--wi_tag_text_color: #e0e0e0; --wi_tag_text_color: #e0e0e0;
/*Popup*/ /*Popup*/
--popup_background_color: #151717; --popup_background_color: #121414;
--popup_title_bar_color: #1a625f; --popup_title_bar_color: #1a625f;
--popup_title_bar_color_text: #e0e0e0; --popup_title_bar_color_text: #e0e0e0;

View File

@@ -98,11 +98,11 @@
--wi_card_tag_bg_color: #273141; --wi_card_tag_bg_color: #273141;
--wi_card_tag_text_color: #e0e0e0; --wi_card_tag_text_color: #e0e0e0;
--wi_tag_color: #004397; --wi_tag_color: #244c65;
--wi_tag_text_color: #e0e0e0; --wi_tag_text_color: #e0e0e0;
/*Popup*/ /*Popup*/
--popup_background_color: #18222a; --popup_background_color: #141c23;
--popup_title_bar_color: #2b5471; --popup_title_bar_color: #2b5471;
--popup_title_bar_color_text: #e0e0e0; --popup_title_bar_color_text: #e0e0e0;