[almanah] CSS: Removed unnecessary styles



commit 72bdee5c34723b866b89c42b9afcaa08db4fd552
Author: Álvaro Peña <alvaropg gmail com>
Date:   Sun Sep 13 20:26:31 2015 +0200

    CSS: Removed unnecessary styles

 src/css/almanah.css |   33 ---------------------------------
 1 files changed, 0 insertions(+), 33 deletions(-)
---
diff --git a/src/css/almanah.css b/src/css/almanah.css
index 931a86b..a771c6d 100644
--- a/src/css/almanah.css
+++ b/src/css/almanah.css
@@ -1,28 +1,3 @@
-AlmanahCalendarButton:active {
-    background-image: none;
-    background-color: @menu_bg_color;
-
-    border-image: none;
-    border-color: @menu_bg_color;
-    border-radius: 4px 4px 0 0;
-
-    color: @theme_fg_color;
-    text-shadow: none;
-}
-
-AlmanahCalendarButton GtkLabel:active {
-    color: @theme_fg_color;
-    text-shadow: none;
-}
-
-AlmanahCalendarButton GtkArrow:active {
-    color: @theme_fg_color;
-}
-
-AlmanahCalendarWindow {
-    background-color: @menu_bg_color;
-}
-
 AlmanahTagEntry {
    color: #aaa;
    font-size: 8px;
@@ -33,10 +8,6 @@ AlmanahTagEntry:focused {
    color: @theme_fg_color;
 }
 
-AlmanahTagEntry:backdrop {
-    background-color: @theme_unfocused_base_color;
-}
-
 .almanah-mw-main-content GtkScrolledWindow {
     border-style: solid;
     border-radius: 0px;
@@ -45,7 +16,3 @@ AlmanahTagEntry:backdrop {
     border-top-width: 0px;
     background-color: #fff;
 }
-
-.almanah-mw-main-content GtkScrolledWindow:backdrop {
-    background-color: @theme_unfocused_base_color;
-}


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