[gnome-calendar] style: match single and multi day event themes



commit 83d49be0040169a61fbb098e349541f6c1e54a11
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Feb 18 02:09:54 2016 -0200

    style: match single and multi day event themes
    
    We were using different border radius values, and this
    commit unifies them.

 src/css-code.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/css-code.h b/src/css-code.h
index b70c6b3..a078614 100644
--- a/src/css-code.h
+++ b/src/css-code.h
@@ -148,7 +148,7 @@
 "  background-size: 100%% 100%%, 100%% 100%%;"\
 "  background-origin: padding-box, border-box;"\
 "  background-clip: padding-box, border-box;"\
-"  border-radius: 0 5px 4px 0;"\
+"  border-radius: 0 2px 2px 0;"\
 "  padding-right: 4px;"\
 "  padding-left: 24px;"\
 "  padding-top: 3px;"\
@@ -180,7 +180,7 @@
 "                                    @event_shadow_color       17px);"\
 "  border-bottom: 1px solid transparent; /* for the shadow displacement */"\
 "  background-position: right bottom, right bottom;"\
-"  border-radius: 4px 0 0 5px;"\
+"  border-radius: 2px 0 0 2px;"\
 "  padding-right: 24px;"\
 "  padding-left: 4px;"\
 "}"\
@@ -214,7 +214,7 @@
 "  background-size: 100%% 100%%, 100%% 100%%;"\
 "  background-origin: padding-box, border-box;"\
 "  background-clip: padding-box, border-box;"\
-"  border-radius: 4px 0 0 5px;"\
+"  border-radius: 2px 0 0 2px;"\
 "  padding-right: 24px;"\
 "  padding-left: 4px;"\
 "  padding-top: 3px;"\
@@ -245,7 +245,7 @@
 "                                    transparent         16px,"\
 "                                    @event_shadow_color       17px);"\
 "  background-position: left bottom, left bottom;"\
-"  border-radius: 0 4px 5px 0;"\
+"  border-radius: 0 2px 2px 0;"\
 "  padding-right: 4px;"\
 "  padding-left: 24px;"\
 "}"\


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