mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-27 23:54:19 +02:00
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:
parent
b19b9b8eeb
commit
93a886da11
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user