[gnome-builder/wip/chergert/shortcuts] css: start playing with styling for shortcuts window



commit 1790e656ad6c8a8655d89fb75f55e410bb19b5ef
Author: Christian Hergert <christian hergert me>
Date:   Tue Aug 25 00:29:36 2015 -0700

    css: start playing with styling for shortcuts window
    
    Not sure why the window only has the header bar styled when the window
    is backdrop...

 data/theme/shared.css |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/shared.css b/data/theme/shared.css
index 0f0c577..b270509 100644
--- a/data/theme/shared.css
+++ b/data/theme/shared.css
@@ -125,3 +125,19 @@ GbWorkspacePane {
 GbWorkspacePane .pane-separator {
   background-color: @borders;
 }
+
+
+EggShortcutsWindow
+{
+  background-color: rgba(0, 0, 0, 0.6);
+  color: #eeeeec;
+}
+
+EggShortcutsWindow .header-bar,
+EggShortcutsWindow GtkHeaderBar
+{
+  background-color: rgba(0, 0, 0, 0.6);
+  color: #eeeeec;
+  border-bottom: none;
+  box-shadow: none;
+}


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