[gnome-themes-standard/gnome-3-8] gtk3: Support .rubberband in .content-view



commit b99f807a9d80bd4c2b31bbed045438ed5dc5b777
Author: Alexander Larsson <alexl redhat com>
Date:   Fri Apr 12 10:27:50 2013 +0200

    gtk3: Support .rubberband in .content-view
    
    This adds a .content-view.view.rubberband selector for the rubberband.
    If this is not set then the ".view.rubberband" and ".content-view.view"
    both match at the same specificity, and the later wins due to it
    being listed after.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=697645

 themes/Adwaita/gtk-3.0/gtk-widgets.css | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 3e64794..ceaf739 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -337,6 +337,7 @@ GtkLabel:insensitive {
     -GtkButton-inner-border: 0;
 }
 
+.content-view.view.rubberband,
 .view.rubberband,
 .rubberband {
     background-color: alpha (@theme_selected_bg_color, 0.35);


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