[gnome-shell/wip/sass: 72/78] theme: overview searchbox rounding out of place



commit d990a90b180a4d0ac17561b48a33cbc89092cde7
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Jan 21 14:01:49 2015 +0100

    theme: overview searchbox rounding out of place

 data/theme/_common.scss                  |    2 +-
 data/theme/gnome-shell-high-contrast.css |    2 +-
 data/theme/gnome-shell.css               |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index e49c329..605fc76 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -973,7 +973,7 @@ StScrollBar {
   .search-entry {
     width: 320px;
     padding: 7px 9px;
-    border-radius: 24px;
+    border-radius: 6px;
     &:focus {
       padding: 6px 8px;
       border-width: 2px;
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 408c5e6..1a9a2b9 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -1227,7 +1227,7 @@ StScrollBar {
 .search-entry {
   width: 320px;
   padding: 7px 9px;
-  border-radius: 24px; }
+  border-radius: 6px; }
   .search-entry:focus {
     padding: 6px 8px;
     border-width: 2px; }
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 8ce64ea..170e29f 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1227,7 +1227,7 @@ StScrollBar {
 .search-entry {
   width: 320px;
   padding: 7px 9px;
-  border-radius: 24px; }
+  border-radius: 6px; }
   .search-entry:focus {
     padding: 6px 8px;
     border-width: 2px; }


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