[gnome-shell/wip/sass: 57/84] theme: overview searchbox rounding out of place
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 57/84] theme: overview searchbox rounding out of place
- Date: Tue, 17 Feb 2015 19:53:46 +0000 (UTC)
commit b2268153c84f2ed22915dfee450aadbb4ee1bfe4
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 21e8833..2dc6573 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 6c129a8..7baeeb2 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]