aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.14/gnome-shell.css
diff options
context:
space:
mode:
authorHorst31802015-08-26 13:08:42 +0200
committerHorst31802015-08-26 13:08:42 +0200
commitfa43da15f2cc2c34ffe231d2d566bc691d7ccaf8 (patch)
treed22f1a99b1715414bbb77869739d1029fad70da2 /common/gnome-shell/3.14/gnome-shell.css
parent3f30c8d736ddabea21f1abd3d5ece85a996e924c (diff)
downloadsolarc-theme-fa43da15f2cc2c34ffe231d2d566bc691d7ccaf8.tar.gz
solarc-theme-fa43da15f2cc2c34ffe231d2d566bc691d7ccaf8.tar.xz
solarc-theme-fa43da15f2cc2c34ffe231d2d566bc691d7ccaf8.zip
make textboxes less rounded
Diffstat (limited to 'common/gnome-shell/3.14/gnome-shell.css')
-rw-r--r--common/gnome-shell/3.14/gnome-shell.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css
index 6478eb4..f7edf8b 100644
--- a/common/gnome-shell/3.14/gnome-shell.css
+++ b/common/gnome-shell/3.14/gnome-shell.css
@@ -134,7 +134,7 @@ StEntry {
selection-background-color: #5294E2;
selected-color: #ffffff;
transition-duration: 300ms;
- border-radius: 20px;
+ border-radius: 3px;
background-gradient-direction: none !important;
color: #5c616c;
background-color: #ffffff;
@@ -1034,7 +1034,7 @@ StScrollBar {
.search-entry {
width: 320px;
padding: 7px 9px;
- border-radius: 20px;
+ border-radius: 3px;
border: 1px solid rgba(0, 0, 0, 0.25);
background-color: rgba(255, 255, 255, 0.9); }
.search-entry:focus {