[gnome-themes-standard] highcontrast: add a rubberband selector



commit 20390f4e843ceeb3ff6285f33a581f9655195d52
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Apr 25 16:52:59 2012 -0400

    highcontrast: add a rubberband selector

 themes/a11y-base.css |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index e27a595..8a63f6e 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -58,6 +58,15 @@ GtkImage:insensitive {
     color: @theme_insensitive_bg;
 }
 
+.view.rubberband,
+.rubberband {
+    border-color: @theme_fg_color;
+    border-style: solid;
+    border-width: 1px;
+
+    background-color: alpha(@theme_internal_bg, 0.35);
+}
+
 .grip {
     background-color: @theme_insensitive_color;
 }



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