Adwaita: theme active-menu buttons

This commit is contained in:
Lapo Calamandrei 2014-09-12 18:01:58 +02:00
parent eb9dcc1636
commit 961b7a9210
4 changed files with 8 additions and 8 deletions

View File

@ -338,7 +338,7 @@ $_dot_color: if($variant=='light', $selected_bg_color,
@include button(hover); @include button(hover);
-gtk-image-effect: highlight; -gtk-image-effect: highlight;
} }
&:active, &:checked { &:active, &:checked, &.active-menu {
@include button(active); @include button(active);
transition-duration: 50ms; transition-duration: 50ms;
} }

View File

@ -307,7 +307,9 @@ GtkCalendar.header .button.titlebutton {
.titlebar .button.titlebutton:active, .titlebar .button.titlebutton:active,
GtkCalendar.header .button.titlebutton:active, .button:checked, .header-bar .button.titlebutton:checked, GtkCalendar.header .button.titlebutton:active, .button:checked, .header-bar .button.titlebutton:checked,
.titlebar .button.titlebutton:checked, .titlebar .button.titlebutton:checked,
GtkCalendar.header .button.titlebutton:checked { GtkCalendar.header .button.titlebutton:checked, .button.active-menu, .header-bar .active-menu.button.titlebutton,
.titlebar .active-menu.button.titlebutton,
GtkCalendar.header .active-menu.button.titlebutton {
color: #eeeeec; color: #eeeeec;
outline-color: rgba(238, 238, 236, 0.3); outline-color: rgba(238, 238, 236, 0.3);
border-color: #1c1f1f; border-color: #1c1f1f;
@ -4167,5 +4169,3 @@ GtkCalendar.header .menuitem.titlebutton.button:selected, .list-row:selected {
@define-color wm_button_active_color_b shade(#393f3f, 0.89); @define-color wm_button_active_color_b shade(#393f3f, 0.89);
@define-color wm_button_active_color_c shade(#393f3f, 0.9); @define-color wm_button_active_color_c shade(#393f3f, 0.9);
@define-color content_view_bg #292929; @define-color content_view_bg #292929;
/*# sourceMappingURL=gtk-contained-dark.css.map */

View File

@ -299,7 +299,9 @@ GtkCalendar.header .button.titlebutton {
.titlebar .button.titlebutton:active, .titlebar .button.titlebutton:active,
GtkCalendar.header .button.titlebutton:active, .button:checked, .header-bar .button.titlebutton:checked, GtkCalendar.header .button.titlebutton:active, .button:checked, .header-bar .button.titlebutton:checked,
.titlebar .button.titlebutton:checked, .titlebar .button.titlebutton:checked,
GtkCalendar.header .button.titlebutton:checked { GtkCalendar.header .button.titlebutton:checked, .button.active-menu, .header-bar .active-menu.button.titlebutton,
.titlebar .active-menu.button.titlebutton,
GtkCalendar.header .active-menu.button.titlebutton {
color: #2e3436; color: #2e3436;
outline-color: rgba(46, 52, 54, 0.3); outline-color: rgba(46, 52, 54, 0.3);
border-color: #a1a1a1; border-color: #a1a1a1;
@ -4326,5 +4328,3 @@ GtkCalendar.header .menuitem.titlebutton.button:selected, .list-row:selected {
@define-color wm_button_active_color_b shade(#ededed, 0.89); @define-color wm_button_active_color_b shade(#ededed, 0.89);
@define-color wm_button_active_color_c shade(#ededed, 0.9); @define-color wm_button_active_color_c shade(#ededed, 0.9);
@define-color content_view_bg #ffffff; @define-color content_view_bg #ffffff;
/*# sourceMappingURL=gtk-contained.css.map */

View File

@ -1,3 +1,3 @@
#!/usr/bin/bash #!/usr/bin/bash
sass --update . sass --update --sourcemap=none .