1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-28 14:00:44 +00:00

rounded search entries

This commit is contained in:
Horst3180 2015-08-26 20:10:02 +02:00
parent fa43da15f2
commit be56f427f2
18 changed files with 74 additions and 34 deletions

View File

@ -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 {

View File

@ -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);

View File

@ -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 {

View File

@ -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);

View File

@ -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 *
***********/

View File

@ -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 *
***********/

View File

@ -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 *
***********/

View File

@ -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 *
***********/

View File

@ -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 *
***********/

View File

@ -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 *
***********/

View File

@ -357,6 +357,8 @@ GtkFlowBox .grid-child {
}
}
GtkSearchEntry.entry { border-radius: 20px; }
/***********
* Buttons *
***********/

View File

@ -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));

View File

@ -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));

View File

@ -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));

View File

@ -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));

View File

@ -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));

View File

@ -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));

View File

@ -357,6 +357,8 @@ GtkTextView { // This will get overridden by .view, needed by gedit line numbers
}
}
GtkSearchEntry.entry { border-radius: 20px; }
/***********
* Buttons *
***********/