Adwaita: check/radio selector simplification

This commit is contained in:
Lapo Calamandrei 2014-06-20 17:25:19 +02:00
parent f56345bbad
commit 401bf15c9a
3 changed files with 50 additions and 98 deletions

View File

@ -1226,8 +1226,8 @@ $asset_suffix: if($variant=='dark', '-dark', '');
}
//treeview & selection mode icon view
GtkTreeView.view.#{$w},
GtkIconView.content-view.cell.#{$w} {
.view.#{$w} {
// FIXME .cell.check/.radio doesn't needs to be blue in bright var
color: transparentize($fg_color,0.9);
background-image: none;
-gtk-icon-source: -gtk-icontheme('#{$a}-checked-symbolic');

View File

@ -1462,43 +1462,31 @@ GtkSwitch {
.menuitem.check:inconsistent {
-gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); }
GtkTreeView.view.check,
GtkIconView.content-view.cell.check {
.view.check {
color: rgba(238, 238, 236, 0.1);
background-image: none;
-gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic"); }
GtkTreeView.view.check:active,
GtkIconView.content-view.cell.check:active {
.view.check:active {
color: #eeeeec; }
GtkTreeView.view.check:active:insensitive,
GtkIconView.content-view.cell.check:active:insensitive {
.view.check:active:insensitive {
color: #939695; }
GtkTreeView.view.check:active:insensitive:backdrop,
GtkIconView.content-view.cell.check:active:insensitive:backdrop {
.view.check:active:insensitive:backdrop {
color: #454c4c; }
GtkTreeView.view.check:active:backdrop,
GtkIconView.content-view.cell.check:active:backdrop {
.view.check:active:backdrop {
color: #c9cbc9; }
GtkTreeView.view.check:insensitive,
GtkIconView.content-view.cell.check:insensitive {
.view.check:insensitive {
color: rgba(147, 150, 149, 0.1); }
GtkTreeView.view.check:insensitive:backdrop,
GtkIconView.content-view.cell.check:insensitive:backdrop {
.view.check:insensitive:backdrop {
color: transparent; }
GtkTreeView.view.check:inconsistent,
GtkIconView.content-view.cell.check:inconsistent {
.view.check:inconsistent {
-gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); }
GtkTreeView.view.check:selected,
GtkIconView.content-view.cell.check:selected {
.view.check:selected {
color: rgba(255, 255, 255, 0.1); }
GtkTreeView.view.check:selected:active,
GtkIconView.content-view.cell.check:selected:active {
.view.check:selected:active {
color: white; }
GtkTreeView.view.check:selected:active:backdrop,
GtkIconView.content-view.cell.check:selected:active:backdrop {
.view.check:selected:active:backdrop {
color: #2c2c2c; }
GtkTreeView.view.check:selected:backdrop,
GtkIconView.content-view.cell.check:selected:backdrop {
.view.check:selected:backdrop {
color: rgba(201, 203, 201, 0.1); }
.popover .button.check:hover {
@ -1619,43 +1607,31 @@ GtkIconView.content-view.cell.check {
.menuitem.radio:inconsistent {
-gtk-icon-source: -gtk-icontheme("radio-mixed-symbolic"); }
GtkTreeView.view.radio,
GtkIconView.content-view.cell.radio {
.view.radio {
color: rgba(238, 238, 236, 0.1);
background-image: none;
-gtk-icon-source: -gtk-icontheme("radio-checked-symbolic"); }
GtkTreeView.view.radio:active,
GtkIconView.content-view.cell.radio:active {
.view.radio:active {
color: #eeeeec; }
GtkTreeView.view.radio:active:insensitive,
GtkIconView.content-view.cell.radio:active:insensitive {
.view.radio:active:insensitive {
color: #939695; }
GtkTreeView.view.radio:active:insensitive:backdrop,
GtkIconView.content-view.cell.radio:active:insensitive:backdrop {
.view.radio:active:insensitive:backdrop {
color: #454c4c; }
GtkTreeView.view.radio:active:backdrop,
GtkIconView.content-view.cell.radio:active:backdrop {
.view.radio:active:backdrop {
color: #c9cbc9; }
GtkTreeView.view.radio:insensitive,
GtkIconView.content-view.cell.radio:insensitive {
.view.radio:insensitive {
color: rgba(147, 150, 149, 0.1); }
GtkTreeView.view.radio:insensitive:backdrop,
GtkIconView.content-view.cell.radio:insensitive:backdrop {
.view.radio:insensitive:backdrop {
color: transparent; }
GtkTreeView.view.radio:inconsistent,
GtkIconView.content-view.cell.radio:inconsistent {
.view.radio:inconsistent {
-gtk-icon-source: -gtk-icontheme("radio-mixed-symbolic"); }
GtkTreeView.view.radio:selected,
GtkIconView.content-view.cell.radio:selected {
.view.radio:selected {
color: rgba(255, 255, 255, 0.1); }
GtkTreeView.view.radio:selected:active,
GtkIconView.content-view.cell.radio:selected:active {
.view.radio:selected:active {
color: white; }
GtkTreeView.view.radio:selected:active:backdrop,
GtkIconView.content-view.cell.radio:selected:active:backdrop {
.view.radio:selected:active:backdrop {
color: #2c2c2c; }
GtkTreeView.view.radio:selected:backdrop,
GtkIconView.content-view.cell.radio:selected:backdrop {
.view.radio:selected:backdrop {
color: rgba(201, 203, 201, 0.1); }
.popover .button.radio:hover {

View File

@ -1461,43 +1461,31 @@ GtkSwitch {
.menuitem.check:inconsistent {
-gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); }
GtkTreeView.view.check,
GtkIconView.content-view.cell.check {
.view.check {
color: rgba(46, 52, 54, 0.1);
background-image: none;
-gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic"); }
GtkTreeView.view.check:active,
GtkIconView.content-view.cell.check:active {
.view.check:active {
color: #2e3436; }
GtkTreeView.view.check:active:insensitive,
GtkIconView.content-view.cell.check:active:insensitive {
.view.check:active:insensitive {
color: #8d9091; }
GtkTreeView.view.check:active:insensitive:backdrop,
GtkIconView.content-view.cell.check:active:insensitive:backdrop {
.view.check:active:insensitive:backdrop {
color: #c7c7c7; }
GtkTreeView.view.check:active:backdrop,
GtkIconView.content-view.cell.check:active:backdrop {
.view.check:active:backdrop {
color: #54595a; }
GtkTreeView.view.check:insensitive,
GtkIconView.content-view.cell.check:insensitive {
.view.check:insensitive {
color: rgba(141, 144, 145, 0.1); }
GtkTreeView.view.check:insensitive:backdrop,
GtkIconView.content-view.cell.check:insensitive:backdrop {
.view.check:insensitive:backdrop {
color: transparent; }
GtkTreeView.view.check:inconsistent,
GtkIconView.content-view.cell.check:inconsistent {
.view.check:inconsistent {
-gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); }
GtkTreeView.view.check:selected,
GtkIconView.content-view.cell.check:selected {
.view.check:selected {
color: rgba(255, 255, 255, 0.1); }
GtkTreeView.view.check:selected:active,
GtkIconView.content-view.cell.check:selected:active {
.view.check:selected:active {
color: white; }
GtkTreeView.view.check:selected:active:backdrop,
GtkIconView.content-view.cell.check:selected:active:backdrop {
.view.check:selected:active:backdrop {
color: #fcfcfc; }
GtkTreeView.view.check:selected:backdrop,
GtkIconView.content-view.cell.check:selected:backdrop {
.view.check:selected:backdrop {
color: rgba(84, 89, 90, 0.1); }
.popover .button.check:hover {
@ -1618,43 +1606,31 @@ GtkIconView.content-view.cell.check {
.menuitem.radio:inconsistent {
-gtk-icon-source: -gtk-icontheme("radio-mixed-symbolic"); }
GtkTreeView.view.radio,
GtkIconView.content-view.cell.radio {
.view.radio {
color: rgba(46, 52, 54, 0.1);
background-image: none;
-gtk-icon-source: -gtk-icontheme("radio-checked-symbolic"); }
GtkTreeView.view.radio:active,
GtkIconView.content-view.cell.radio:active {
.view.radio:active {
color: #2e3436; }
GtkTreeView.view.radio:active:insensitive,
GtkIconView.content-view.cell.radio:active:insensitive {
.view.radio:active:insensitive {
color: #8d9091; }
GtkTreeView.view.radio:active:insensitive:backdrop,
GtkIconView.content-view.cell.radio:active:insensitive:backdrop {
.view.radio:active:insensitive:backdrop {
color: #c7c7c7; }
GtkTreeView.view.radio:active:backdrop,
GtkIconView.content-view.cell.radio:active:backdrop {
.view.radio:active:backdrop {
color: #54595a; }
GtkTreeView.view.radio:insensitive,
GtkIconView.content-view.cell.radio:insensitive {
.view.radio:insensitive {
color: rgba(141, 144, 145, 0.1); }
GtkTreeView.view.radio:insensitive:backdrop,
GtkIconView.content-view.cell.radio:insensitive:backdrop {
.view.radio:insensitive:backdrop {
color: transparent; }
GtkTreeView.view.radio:inconsistent,
GtkIconView.content-view.cell.radio:inconsistent {
.view.radio:inconsistent {
-gtk-icon-source: -gtk-icontheme("radio-mixed-symbolic"); }
GtkTreeView.view.radio:selected,
GtkIconView.content-view.cell.radio:selected {
.view.radio:selected {
color: rgba(255, 255, 255, 0.1); }
GtkTreeView.view.radio:selected:active,
GtkIconView.content-view.cell.radio:selected:active {
.view.radio:selected:active {
color: white; }
GtkTreeView.view.radio:selected:active:backdrop,
GtkIconView.content-view.cell.radio:selected:active:backdrop {
.view.radio:selected:active:backdrop {
color: #fcfcfc; }
GtkTreeView.view.radio:selected:backdrop,
GtkIconView.content-view.cell.radio:selected:backdrop {
.view.radio:selected:backdrop {
color: rgba(84, 89, 90, 0.1); }
.popover .button.radio:hover {