1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2026-03-02 03:40:11 +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);