[gnome-mines] Theme tweaks for the latest in-gtk+ Adwaita theme



commit a53288ba57f6a6bf664abb9b094f77d5991f28a5
Author: Robert Roth <robert roth off gmail com>
Date:   Mon Jun 30 23:36:55 2014 +0300

    Theme tweaks for the latest in-gtk+ Adwaita theme

 data/gnome-mines.css.in |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/data/gnome-mines.css.in b/data/gnome-mines.css.in
index 6b02e51..23a9c0b 100644
--- a/data/gnome-mines.css.in
+++ b/data/gnome-mines.css.in
@@ -10,8 +10,8 @@ Changes are applied instantly and globally, for the whole application.
 .tile {
   background-image:none;
   background-color:#babdb6;
-  border-color:transparent;
-  border-radius:4px; /* border width might be affecting */
+  border-color:@theme_bg_color;
+  border-radius:5px; /* border width might be affecting */
   color:transparent;
   border-image:none;
   font-size:16px;
@@ -19,9 +19,8 @@ Changes are applied instantly and globally, for the whole application.
   background-size: 60%;
   background-position: 50%;
   background-repeat: no-repeat;
-
+  box-shadow:none;
   border-width:2px;
-  border-image:none;
 }
 
 .tile:hover {


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