forked from AuroraMiddleware/gtk
Adwaita: selection-mode checked togglebuttons
- exposed in gnome-contacts for example.
This commit is contained in:
parent
61d0ea054f
commit
514a3c62d7
@ -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 {
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user