Fixed selection checkboxes in GNOME Documents

pull/54/merge
Satyajit Sahoo 2013-07-04 00:05:05 +05:30
parent d3cf4cb653
commit 083bf16ae4
6 changed files with 16 additions and 0 deletions

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

View File

@ -112,3 +112,11 @@
.menuitem.radio:active:insensitive {
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");
}

View File

@ -112,3 +112,11 @@
.menuitem.radio:active:insensitive {
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");
}