[gnome-shell/wip/sass: 36/63] 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: 36/63] theme: overview searchbox rounding out of place
- Date: Wed, 18 Feb 2015 21:10:01 +0000 (UTC)
commit 92ba8dfac02e750da79d21e1c9e84e814dd6cd7f
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 8cb3fd3..b9ee288 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -971,7 +971,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 5902f06..c89901a 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 d0902c6..4d68f10 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]