[gnome-themes-standard] highcontrast: add some basic Documents theming



commit 39140664e8f12fca503597050cb1711465104ecf
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Apr 25 20:17:19 2012 -0400

    highcontrast: add some basic Documents theming

 themes/a11y-base.css |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index d407ffa..f05a7d4 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -649,6 +649,21 @@ TerminalScreen {
     font: bold;
 }
 
+.documents-icon-bg {
+    background-color: @theme_internal_bg;
+    color: @theme_fg_color;
+    border-radius: 3px;
+}
+
+.documents-collection-icon {
+    background-color: @theme_internal_bg;
+    border-radius: 6px;
+}
+
+.documents-selection-mode.toolbar {
+    background-color: @theme_internal_bg;
+}
+
 .osd {
     color: @theme_base_color;
     background-color: @theme_selected_bg_color;



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