[gnome-boxes] theme: Drop redundant theme



commit 290f832f6f290a7210c1ee0340932b7e7521c0d1
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Sep 2 17:38:33 2015 +0100

    theme: Drop redundant theme
    
    Drop all custom theming that is no longer being used by the code.

 data/gtk-style.css |   46 ----------------------------------------------
 1 files changed, 0 insertions(+), 46 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index 9f25fe3..837d237 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -2,11 +2,6 @@
 @define-color boxes_bg2_color mix (@theme_bg_color, @boxes_bg_color, 0.5);
 @define-color boxes_selected_color #3465a4;
 
-#CollectionLabel {
-    font-size: 11px;
-    font-weight: bold;
-}
-
 .boxes-snapshot-list-row {
     border-bottom: 1px solid @borders;
 }
@@ -26,33 +21,6 @@ BoxesResourceGraph {
     color: @theme_bg_color;
 }
 
-.sidebar {
-    background-color: @theme_bg_color;
-    border-style: solid;
-    border-width: 0 2px 0 0;
-    border-color: @borders;
-}
-
-.sidebar GtkTreeView:selected {
-    background-color: @boxes_selected_color;
-    border-width: 2px 8px 2px 0;
-    border-color: transparent;
-    border-image-source: url("icons/boxes-arrow.svg");
-    border-image-slice: 0 8 0 0;
-    border-image-width: 2px 8px 2px 0;
-    border-image-repeat: stretch;
-    border-style: solid;
-}
-
-.sidebar GtkTreeView {
-    -GtkTreeView-vertical-separator: 8;
-}
-
-.sidebar .cell {
-    font-size: 11px;
-    font-weight: bold;
-}
-
 .transparent-bg {
     background-color: transparent;
     background-image: none;
@@ -85,10 +53,6 @@ BoxesResourceGraph {
     font-weight: bold;
 }
 
-.boxes-wizard-current-page-label {
-    color: @theme_fg_color;
-}
-
 .boxes-logo-notice-label {
     color: #989898;
     font-style: italic;
@@ -99,20 +63,10 @@ BoxesResourceGraph {
     font-weight: bold;
 }
 
-.boxes-graph-label {
-    font-size: 8px;
-    font-family: monospace;
-    color: #989898;
-}
-
 .boxes-source-nb {
     background-color: alpha(#fff, 0.0);
 }
 
-.boxes-selected {
-    background-color: @boxes_selected_color;
-}
-
 .boxes-product-key-entry {
     font-family: monospace;
 }


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