Fixed selection checkboxes in GNOME Documents
parent
d3cf4cb653
commit
083bf16ae4
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");
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue