diff options
author | Horst3180 | 2015-08-26 13:08:42 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-26 13:08:42 +0200 |
commit | fa43da15f2cc2c34ffe231d2d566bc691d7ccaf8 (patch) | |
tree | d22f1a99b1715414bbb77869739d1029fad70da2 /common/gtk-3.0/3.14/gtk-contained-darker.css | |
parent | 3f30c8d736ddabea21f1abd3d5ece85a996e924c (diff) | |
download | solarc-theme-fa43da15f2cc2c34ffe231d2d566bc691d7ccaf8.tar.gz solarc-theme-fa43da15f2cc2c34ffe231d2d566bc691d7ccaf8.tar.xz solarc-theme-fa43da15f2cc2c34ffe231d2d566bc691d7ccaf8.zip |
make textboxes less rounded
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-contained-darker.css')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-contained-darker.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained-darker.css b/common/gtk-3.0/3.14/gtk-contained-darker.css index 6527a56..ca48f53 100644 --- a/common/gtk-3.0/3.14/gtk-contained-darker.css +++ b/common/gtk-3.0/3.14/gtk-contained-darker.css @@ -141,14 +141,14 @@ GtkFlowBox .grid-child { .entry { border: 1px solid; padding: 5px 8px 6px; - border-radius: 15px; + border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; border-color: #cfd6e6; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .header-bar .entry { - padding: 6px 11px; } + padding: 6px; } .entry.image { padding-left: 3px; padding-right: 3px; } @@ -2814,15 +2814,15 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { border-left-style: none; - border-radius: 0 14.5px 14.5px 0; - outline-radius: 0 12.5px 12.5px 0; } + border-radius: 0 3px 3px 0; + outline-radius: 0 1px 1px 0; } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { box-shadow: -1px 0 #5294E2; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { border-right-style: none; - border-radius: 14.5px 0 0 14.5px; - outline-radius: 12.5px 0 0 12.5px; } + border-radius: 3px 0 0 3px; + outline-radius: 1px 0 0 1px; } GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { box-shadow: 1px 0 #5294E2; } @@ -3034,7 +3034,7 @@ MarlinViewWindow *:selected:focus { outline-color: transparent; } .marlin-pathbar.pathbar { - border-radius: 14.5px; + border-radius: 3px; color: rgba(207, 218, 231, 0.8); border-color: rgba(24, 27, 31, 0.97); background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.87)); |