[iagno] Update CSS.
- From: Arnaud Bonatti <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [iagno] Update CSS.
- Date: Sun, 25 Oct 2015 20:49:06 +0000 (UTC)
commit c5d297552262be1449c37c1968dcf3a06a15165f
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Sun Oct 25 21:48:54 2015 +0100
Update CSS.
data/iagno.css | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/iagno.css b/data/iagno.css
index 14d27e9..0b1e985 100644
--- a/data/iagno.css
+++ b/data/iagno.css
@@ -19,18 +19,18 @@
*/
/* Labels' tweaks */
-GtkLabel.bold-label {
+label.bold-label {
font-weight: bold;
}
-GtkLabel.italic-label {
+label.italic-label {
font-style: italic;
}
-GtkGrid#scoreboard GtkLabel {
+GtkGrid#scoreboard label {
padding: 5px 2px;
}
/* Themes' dialog listbox */
-GtkListBox#themes-listbox GtkImage {
+GtkListBox#themes-listbox image {
transition-duration: 200ms;
opacity: 0;
}
@@ -41,7 +41,7 @@ GtkListBox#themes-listbox GtkListBoxRow:selected * {
opacity: 1;
color:@theme_selected_fg_color;
}
-GtkListBox#themes-listbox GtkListBoxRow:selected GtkImage:backdrop {
+GtkListBox#themes-listbox GtkListBoxRow:selected image:backdrop {
color:@theme_unfocused_selected_fg_color;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]