aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.16/gtk-contained.css
diff options
context:
space:
mode:
authorHorst31802015-08-26 20:10:02 +0200
committerHorst31802015-08-26 20:10:02 +0200
commitbe56f427f2a18661f91eba8fd29cba39ae02533d (patch)
tree3a95e24dde91f1fe38a7a1e28ef2b7d6411d4638 /common/gtk-3.0/3.16/gtk-contained.css
parentfa43da15f2cc2c34ffe231d2d566bc691d7ccaf8 (diff)
downloadsolarc-theme-be56f427f2a18661f91eba8fd29cba39ae02533d.tar.gz
solarc-theme-be56f427f2a18661f91eba8fd29cba39ae02533d.tar.xz
solarc-theme-be56f427f2a18661f91eba8fd29cba39ae02533d.zip
rounded search entries
Diffstat (limited to 'common/gtk-3.0/3.16/gtk-contained.css')
-rw-r--r--common/gtk-3.0/3.16/gtk-contained.css13
1 files changed, 8 insertions, 5 deletions
diff --git a/common/gtk-3.0/3.16/gtk-contained.css b/common/gtk-3.0/3.16/gtk-contained.css
index 42e765d..c8e64db 100644
--- a/common/gtk-3.0/3.16/gtk-contained.css
+++ b/common/gtk-3.0/3.16/gtk-contained.css
@@ -257,6 +257,9 @@ GtkTextView {
border-color: rgba(0, 0, 0, 0.4);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
+GtkSearchEntry.entry {
+ border-radius: 20px; }
+
/***********
* Buttons *
***********/
@@ -2779,15 +2782,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; }
@@ -2999,7 +3002,7 @@ MarlinViewWindow *:selected:focus {
outline-color: transparent; }
.marlin-pathbar.pathbar {
- border-radius: 14.5px;
+ border-radius: 3px;
color: rgba(82, 93, 118, 0.8);
border-color: rgba(82, 93, 118, 0.1);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9));