[iagno/gnome-3-18] Update CSS for uses with newer Gtk+.



commit df03910d0dd284888ef2f91e0873d39167ff69af
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Thu Nov 12 06:59:06 2015 +0100

    Update CSS for uses with newer Gtk+.
    
    This commit doesn't correct all the problems caused by uses
    with 3.19.n Gtk+ releases, but that should be good enough.

 data/iagno.css |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/data/iagno.css b/data/iagno.css
index 14d27e9..3e2f131 100644
--- a/data/iagno.css
+++ b/data/iagno.css
@@ -19,17 +19,22 @@
  */
 
 /* Labels' tweaks */
+label.bold-label,
 GtkLabel.bold-label {
   font-weight: bold;
 }
+label.italic-label,
 GtkLabel.italic-label {
   font-style: italic;
 }
+grid#scoreboard label,
+GtkGrid#scoreboard label,
 GtkGrid#scoreboard GtkLabel {
   padding: 5px 2px;
 }
 
 /* Themes' dialog listbox */
+list#themes-listbox image,
 GtkListBox#themes-listbox GtkImage {
   transition-duration: 200ms;
   opacity: 0;
@@ -37,10 +42,12 @@ GtkListBox#themes-listbox GtkImage {
 
 /* if you removed the fix at the bottom of the CSS file,
    replacing "*" by "GtkImage" makes bug #746210 appear */
+list#themes-listbox row:selected *,
 GtkListBox#themes-listbox GtkListBoxRow:selected * {
   opacity: 1;
   color:@theme_selected_fg_color;
 }
+list#themes-listbox row:selected image:backdrop,
 GtkListBox#themes-listbox GtkListBoxRow:selected GtkImage:backdrop {
   color:@theme_unfocused_selected_fg_color;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]