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:
@@ -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 {
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user