aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.16/sass/_granite.scss
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.16/sass/_granite.scss')
-rw-r--r--common/gtk-3.0/3.16/sass/_granite.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.16/sass/_granite.scss b/common/gtk-3.0/3.16/sass/_granite.scss
index 1e53c7f..8e3b35d 100644
--- a/common/gtk-3.0/3.16/sass/_granite.scss
+++ b/common/gtk-3.0/3.16/sass/_granite.scss
@@ -192,6 +192,11 @@ GraniteWidgetsPopOver * {
}
//
+// Xs Entry
+//
+GraniteWidgetsXsEntry.entry { padding: 4px; }
+
+//
// Text Styles
//
.h1 { font: open sans 24px; }
@@ -201,7 +206,6 @@ GraniteWidgetsPopOver * {
.category-label {
color: mix($bg_color, $text_color, 30%);
font-weight: 600;
- text-shadow: 0 1px transparentize(white, 0.4);
}
.h4 {