[gnome-boxes] Remove unused css



commit 9cdb8706f08dfdbe5ba370a3cb0bf07292b3cbe4
Author: Alexander Larsson <alexl redhat com>
Date:   Thu Oct 25 19:52:56 2012 +0200

    Remove unused css
    
    We don't need to have custom CSS for the selection bar anymore.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686883

 data/gtk-style.css |   52 ----------------------------------------------------
 1 files changed, 0 insertions(+), 52 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index f6a82a5..efba406 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -97,58 +97,6 @@ BoxesMiniGraph {
     font-family: monospace;
 }
 
-.selectionbar {
-    padding: 6px 6px;
-    border-style: none;
-    border-radius: 5px;
-    border-width: 0;
-
-    background-image: none;
-    background-color: alpha(#fff, 0.15);
-
-    text-shadow: 1px 1px black;
-    icon-shadow: 1px 1px black;
-}
-
-.selectionbar .toolbar {
-    background-color: transparent;
-}
-
-.selectionbar .button * {
-    color: #bdbdbd;
-}
-
-.selectionbar .button *:active {
-    color: #ffffff;
-}
-
-.selectionbar .button {
-    border-image: none;
-    border-style: none;
-    border-radius: 2px;
-    border-width: 0;
-}
-
-.selectionbar .button:hover {
-    background-image: -gtk-gradient(linear, left top, left bottom,
-                                    from(alpha(@theme_tooltip_fg_color, 0.00)),
-                                    color-stop(0.50, alpha(@theme_tooltip_fg_color, 0.15)),
-                                    to(alpha(@theme_tooltip_fg_color, 0.00)));
-}
-
-
-.selectionbar .button:active {
-    background-image: none;
-    background-color: alpha(@theme_tooltip_fg_color, 0.15);
-}
-
-.selectionbar .button:active:hover {
-    background-image: -gtk-gradient(linear, left top, left bottom,
-                                    from(alpha(@theme_tooltip_fg_color, 0.15)),
-                                    color-stop(0.50, alpha(@theme_tooltip_fg_color, 0.30)),
-                                    to(alpha(@theme_tooltip_fg_color, 0.15)));
-}
-
 .notificationbar GtkInfoBar {
     border-color: #555357;
     border-style: solid;



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