mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Fixed selection checkboxes in GNOME Documents
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 953 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 433 B |
Binary file not shown.
|
After Width: | Height: | Size: 444 B |
@@ -112,3 +112,11 @@
|
|||||||
.menuitem.radio:active:insensitive {
|
.menuitem.radio:active:insensitive {
|
||||||
background-image: url("assets/menuitem-radio-checked-insensitive.png");
|
background-image: url("assets/menuitem-radio-checked-insensitive.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GtkIconView.content-view.cell.check {
|
||||||
|
background-image: url("assets/grid-selection-unchecked-dark.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
GtkIconView.content-view.cell.check:active {
|
||||||
|
background-image: url("assets/grid-selection-checked-dark.png");
|
||||||
|
}
|
||||||
|
|||||||
@@ -112,3 +112,11 @@
|
|||||||
.menuitem.radio:active:insensitive {
|
.menuitem.radio:active:insensitive {
|
||||||
background-image: url("assets/menuitem-radio-checked-insensitive.png");
|
background-image: url("assets/menuitem-radio-checked-insensitive.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GtkIconView.content-view.cell.check {
|
||||||
|
background-image: url("assets/grid-selection-unchecked.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
GtkIconView.content-view.cell.check:active {
|
||||||
|
background-image: url("assets/grid-selection-checked.png");
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user