Adwaita: selection-mode checked togglebuttons

- exposed in gnome-contacts for example.
This commit is contained in:
Jakub Steiner 2014-08-25 15:18:58 +02:00
parent 61d0ea054f
commit 514a3c62d7
3 changed files with 8 additions and 5 deletions

View File

@ -975,7 +975,8 @@ GtkComboBox {
@include button(normal, $selected_bg_color, $selected_fg_color, noedge);
&:hover { @include button(hover, $selected_bg_color, $selected_fg_color,
$noedge: true); }
&:active { @include button(active, $selected_bg_color, $selected_fg_color, $noedge: true); }
&:active, &:checked { @include button(active, $selected_bg_color, $selected_fg_color,
$noedge: true); }
&:insensitive { @include button(insensitive, $selected_bg_color,
$selected_fg_color, $noedge: true); }
&:backdrop {

View File

@ -1153,8 +1153,9 @@ GtkComboBox {
text-shadow: 0 -1px rgba(0, 0, 0, 0.67153);
icon-shadow: 0 -1px rgba(0, 0, 0, 0.67153);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
.titlebar.selection-mode .button:active, GtkCalendar.selection-mode.header .button:active,
.header-bar.selection-mode .button:active {
.titlebar.selection-mode .button:active, GtkCalendar.selection-mode.header .button:active, .titlebar.selection-mode .button:checked, GtkCalendar.selection-mode.header .button:checked,
.header-bar.selection-mode .button:active,
.header-bar.selection-mode .button:checked {
border-style: solid;
color: #ffffff;
border-color: #0b1e33;

View File

@ -1145,8 +1145,9 @@ GtkComboBox {
text-shadow: 0 -1px rgba(0, 0, 0, 0.51153);
icon-shadow: 0 -1px rgba(0, 0, 0, 0.51153);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
.titlebar.selection-mode .button:active, GtkCalendar.selection-mode.header .button:active,
.header-bar.selection-mode .button:active {
.titlebar.selection-mode .button:active, GtkCalendar.selection-mode.header .button:active, .titlebar.selection-mode .button:checked, GtkCalendar.selection-mode.header .button:checked,
.header-bar.selection-mode .button:active,
.header-bar.selection-mode .button:checked {
border-style: solid;
color: #ffffff;
border-color: #1c5187;