Corrected message-box buttons and minor things

This commit is contained in:
eudaimon 2021-01-05 11:40:20 +01:00
parent 0e244963f1
commit fab136dc75
2 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,5 @@
# To Do
- Disabled round sliders should stand out a little more
- xfwm4 theme:
- finish all the buttons
- darken the color a bit

View File

@ -2249,7 +2249,7 @@ background: linear-gradient(to top, @theme_header_bg, shade (@theme_header_bg, 1
color: @theme_selected_fg_color;
outline-color: rgba(0, 0, 0, 0.1);
text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
-gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
-gtk-icon-shadow: 0 1px alpha(@text_shadow_color, 0.769231);
background-image: image(@theme_selected_bg_color);
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.1);
border-color: shade (@theme_selected_bg_color, 0.75); }
@ -2264,7 +2264,7 @@ background: linear-gradient(to top, @theme_header_bg, shade (@theme_header_bg, 1
color: @theme_selected_fg_color;
outline-color: rgba(0, 0, 0, 0.1);
text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
-gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
-gtk-icon-shadow: 0 1px alpha(@text_shadow_color, 0.769231);
background-image: image(shade (@theme_selected_bg_color, 0.7));
-gtk-icon-shadow: none;
box-shadow: inset 0px 0px 2px 0px shade (@theme_bg_color, 0.75);
@ -4371,7 +4371,7 @@ messagedialog.csd .dialog-action-area button {
border-left-style: solid;
border-right-style: none;
border-bottom-style: none;
box-shadow: none; }
/*box-shadow: none;*/ }
messagedialog.csd .dialog-action-area button:first-child {
border-left-style: none;
border-bottom-left-radius: 2px;
@ -4707,7 +4707,7 @@ colorswatch#add-color-button {
color: @theme_fg_color;
outline-color: rgba(82, 87, 98, 0.2);
text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
-gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
-gtk-icon-shadow: 0 1px alpha(@text_shadow_color, 0.769231);
border-color: @borders;
border-bottom-color: shade (@borders, 1.1);
background-image: image(rgba(246, 247, 247, 0.999));
@ -4810,7 +4810,7 @@ decoration {
button.titlebutton {
text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
-gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231); }
-gtk-icon-shadow: 0 1px alpha(@text_shadow_color, 0.769231); }
button.titlebutton:backdrop {
-gtk-icon-shadow: none; }