Theme updates

Adjusted switch widget background colour for normal and disabled states
Adjusted combobox button arrows to prevent scaling issues (will have to test)
This commit is contained in:
EMH-Mark-I 2020-05-13 21:22:31 -05:00
parent b19b9b8eeb
commit 93a886da11
4 changed files with 22 additions and 4 deletions

View File

@ -52,6 +52,15 @@ button.appmenu:active {
box-shadow: inset 1px 1px @border_dark, inset -1px -1px @border_color;
background-color: @theme_bg_color; }
switch {
border-style: solid;
border-width: 1px;
border-color: @border_shade @border_bright @border_bright @border_shade;
box-shadow: inset 1px 1px @border_dark, inset -1px -1px @border_color;
background-color: @bg_bright; }
switch:disabled {
background-color: @theme_bg_color; }
colorswatch {
border-style: solid;
border-width: 1px;

View File

@ -84,7 +84,7 @@ combobox arrow {
combobox > box > button > box > arrow {
background-image: url("assets/vcl-combobox-arrow-down.png");
background-repeat: no-repeat;
background-position: center center;
background-position: 0px 0px;
background-size: 16px 16px;
min-width: 16px;
min-height: 16px;
@ -92,7 +92,7 @@ combobox arrow {
combobox:disabled > box > button > box > arrow:disabled {
background-image: url("assets/vcl-combobox-arrow-down-disabled.png");
background-repeat: no-repeat;
background-position: center center;
background-position: 0px 0px;
background-size: 16px 16px;
min-width: 16px;
min-height: 16px;

View File

@ -52,6 +52,15 @@ button.appmenu:active {
box-shadow: inset 1px 1px @border_dark, inset -1px -1px @border_color;
background-color: @theme_bg_color; }
switch {
border-style: solid;
border-width: 1px;
border-color: @border_shade @border_bright @border_bright @border_shade;
box-shadow: inset 1px 1px @border_dark, inset -1px -1px @border_color;
background-color: @bg_bright; }
switch:disabled {
background-color: @theme_bg_color; }
colorswatch {
border-style: solid;
border-width: 1px;

View File

@ -84,7 +84,7 @@ combobox arrow {
combobox > box > button > box > arrow {
background-image: url("assets/vcl-combobox-arrow-down.png");
background-repeat: no-repeat;
background-position: center center;
background-position: 0px 0px;
background-size: 16px 16px;
min-width: 16px;
min-height: 16px;
@ -92,7 +92,7 @@ combobox arrow {
combobox:disabled > box > button > box > arrow:disabled {
background-image: url("assets/vcl-combobox-arrow-down-disabled.png");
background-repeat: no-repeat;
background-position: center center;
background-position: 0px 0px;
background-size: 16px 16px;
min-width: 16px;
min-height: 16px;