From be56f427f2a18661f91eba8fd29cba39ae02533d Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 26 Aug 2015 20:10:02 +0200 Subject: rounded search entries --- common/gnome-shell/3.14/gnome-shell.css | 2 +- common/gnome-shell/3.14/sass/_common.scss | 2 +- common/gnome-shell/3.16/gnome-shell.css | 2 +- common/gnome-shell/3.16/sass/_common.scss | 2 +- common/gtk-3.0/3.14/gtk-contained-dark.css | 3 +++ common/gtk-3.0/3.14/gtk-contained-darker.css | 3 +++ common/gtk-3.0/3.14/gtk-contained-solid-dark.css | 3 +++ common/gtk-3.0/3.14/gtk-contained-solid-darker.css | 3 +++ common/gtk-3.0/3.14/gtk-contained-solid.css | 3 +++ common/gtk-3.0/3.14/gtk-contained.css | 3 +++ common/gtk-3.0/3.14/sass/_common.scss | 2 ++ common/gtk-3.0/3.16/gtk-contained-dark.css | 13 ++++++++----- common/gtk-3.0/3.16/gtk-contained-darker.css | 13 ++++++++----- common/gtk-3.0/3.16/gtk-contained-solid-dark.css | 13 ++++++++----- common/gtk-3.0/3.16/gtk-contained-solid-darker.css | 13 ++++++++----- common/gtk-3.0/3.16/gtk-contained-solid.css | 13 ++++++++----- common/gtk-3.0/3.16/gtk-contained.css | 13 ++++++++----- common/gtk-3.0/3.16/sass/_common.scss | 2 ++ 18 files changed, 74 insertions(+), 34 deletions(-) (limited to 'common') diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css index f7edf8b..fd409c3 100644 --- a/common/gnome-shell/3.14/gnome-shell.css +++ b/common/gnome-shell/3.14/gnome-shell.css @@ -1034,7 +1034,7 @@ StScrollBar { .search-entry { width: 320px; padding: 7px 9px; - border-radius: 3px; + border-radius: 20px; border: 1px solid rgba(0, 0, 0, 0.25); background-color: rgba(255, 255, 255, 0.9); } .search-entry:focus { diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss index aee547e..9aee0a1 100644 --- a/common/gnome-shell/3.14/sass/_common.scss +++ b/common/gnome-shell/3.14/sass/_common.scss @@ -1307,7 +1307,7 @@ StScrollBar { .search-entry { width: 320px; padding: 7px 9px; - border-radius: 3px; + border-radius: 20px; border: 1px solid transparentize(black, 0.75); background-color: transparentize($entry_bg, 0.1); diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index 49c987b..eecc3a4 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -1051,7 +1051,7 @@ StScrollBar { .search-entry { width: 320px; padding: 7px 9px; - border-radius: 3px; + border-radius: 20px; border: 1px solid rgba(0, 0, 0, 0.25); background-color: rgba(255, 255, 255, 0.9); } .search-entry:focus { diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss index 36f414b..2578ae7 100644 --- a/common/gnome-shell/3.16/sass/_common.scss +++ b/common/gnome-shell/3.16/sass/_common.scss @@ -1327,7 +1327,7 @@ StScrollBar { .search-entry { width: 320px; padding: 7px 9px; - border-radius: 3px; + border-radius: 20px; border: 1px solid transparentize(black, 0.75); background-color: transparentize($entry_bg, 0.1); diff --git a/common/gtk-3.0/3.14/gtk-contained-dark.css b/common/gtk-3.0/3.14/gtk-contained-dark.css index 8f006c7..8b36966 100644 --- a/common/gtk-3.0/3.14/gtk-contained-dark.css +++ b/common/gtk-3.0/3.14/gtk-contained-dark.css @@ -257,6 +257,9 @@ GtkFlowBox .grid-child { 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 * ***********/ 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 ca48f53..cc4f8fb 100644 --- a/common/gtk-3.0/3.14/gtk-contained-darker.css +++ b/common/gtk-3.0/3.14/gtk-contained-darker.css @@ -257,6 +257,9 @@ GtkFlowBox .grid-child { 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 * ***********/ diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css index 4dfdc34..aad9184 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css @@ -257,6 +257,9 @@ GtkFlowBox .grid-child { 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 * ***********/ diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css index 2e8cc1c..b913ed9 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css @@ -257,6 +257,9 @@ GtkFlowBox .grid-child { 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 * ***********/ diff --git a/common/gtk-3.0/3.14/gtk-contained-solid.css b/common/gtk-3.0/3.14/gtk-contained-solid.css index 9a58fb7..ed9c121 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid.css @@ -257,6 +257,9 @@ GtkFlowBox .grid-child { 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 * ***********/ diff --git a/common/gtk-3.0/3.14/gtk-contained.css b/common/gtk-3.0/3.14/gtk-contained.css index ac6e168..9512f1e 100644 --- a/common/gtk-3.0/3.14/gtk-contained.css +++ b/common/gtk-3.0/3.14/gtk-contained.css @@ -257,6 +257,9 @@ GtkFlowBox .grid-child { 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 * ***********/ diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss index 40e8cdd..d7ca6fe 100644 --- a/common/gtk-3.0/3.14/sass/_common.scss +++ b/common/gtk-3.0/3.14/sass/_common.scss @@ -357,6 +357,8 @@ GtkFlowBox .grid-child { } } +GtkSearchEntry.entry { border-radius: 20px; } + /*********** * Buttons * ***********/ diff --git a/common/gtk-3.0/3.16/gtk-contained-dark.css b/common/gtk-3.0/3.16/gtk-contained-dark.css index 96bd5c9..2730afb 100644 --- a/common/gtk-3.0/3.16/gtk-contained-dark.css +++ b/common/gtk-3.0/3.16/gtk-contained-dark.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(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)); diff --git a/common/gtk-3.0/3.16/gtk-contained-darker.css b/common/gtk-3.0/3.16/gtk-contained-darker.css index 6ed598d..3ba01b1 100644 --- a/common/gtk-3.0/3.16/gtk-contained-darker.css +++ b/common/gtk-3.0/3.16/gtk-contained-darker.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 * ***********/ @@ -2780,15 +2783,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; } @@ -3000,7 +3003,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)); diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css index 0098fa5..2e74a04 100644 --- a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css +++ b/common/gtk-3.0/3.16/gtk-contained-solid-dark.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(207, 218, 231, 0.8); border-color: #181b1f; background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.9)); diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css index de0c7eb..01ed2e9 100644 --- a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css +++ b/common/gtk-3.0/3.16/gtk-contained-solid-darker.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 * ***********/ @@ -2780,15 +2783,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; } @@ -3000,7 +3003,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: #181b1f; background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.9)); diff --git a/common/gtk-3.0/3.16/gtk-contained-solid.css b/common/gtk-3.0/3.16/gtk-contained-solid.css index 4674dd0..e625d6b 100644 --- a/common/gtk-3.0/3.16/gtk-contained-solid.css +++ b/common/gtk-3.0/3.16/gtk-contained-solid.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)); 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)); diff --git a/common/gtk-3.0/3.16/sass/_common.scss b/common/gtk-3.0/3.16/sass/_common.scss index cba3a1c..7049206 100644 --- a/common/gtk-3.0/3.16/sass/_common.scss +++ b/common/gtk-3.0/3.16/sass/_common.scss @@ -357,6 +357,8 @@ GtkTextView { // This will get overridden by .view, needed by gedit line numbers } } +GtkSearchEntry.entry { border-radius: 20px; } + /*********** * Buttons * ***********/ -- cgit v1.2.3