[gnome-calendar] css: remove broken linked entry style



commit ed4782116eb4a34a95927d1ae04ae5088737cf73
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Sat Jul 9 18:27:51 2016 +0200

    css: remove broken linked entry style
    
    inherit linked entries styling from the theme.

 data/theme/gtk-styles.css |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/data/theme/gtk-styles.css b/data/theme/gtk-styles.css
index 592bb0e..f0d81c7 100644
--- a/data/theme/gtk-styles.css
+++ b/data/theme/gtk-styles.css
@@ -250,21 +250,6 @@ event-widget.color-light:backdrop {
     color: rgba(0, 0, 0, 0.3);
 }
 
-.middle-entry {
-    border-bottom-left-radius: 0px;
-    border-top-left-radius: 0px;
-    border-bottom-right-radius: 0px;
-    border-top-right-radius: 0px;
-}
-
-.middle-entry:dir(ltr) {
-    border-left: 0px;
-}
-
-.middle-entry:dir(rtl) {
-    border-right: 0px;
-}
-
 .search-viewport {
   background-color: @theme_base_color;
 }


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