1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2026-03-02 03:40:11 +00:00

make textboxes less rounded

This commit is contained in:
Horst3180
2015-08-26 13:08:42 +02:00
parent 3f30c8d736
commit fa43da15f2
76 changed files with 454 additions and 459 deletions

View File

@@ -134,7 +134,7 @@ StEntry {
selection-background-color: #5294E2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 20px;
border-radius: 3px;
background-gradient-direction: none !important;
color: #5c616c;
background-color: #ffffff;
@@ -1034,7 +1034,7 @@ StScrollBar {
.search-entry {
width: 320px;
padding: 7px 9px;
border-radius: 20px;
border-radius: 3px;
border: 1px solid rgba(0, 0, 0, 0.25);
background-color: rgba(255, 255, 255, 0.9); }
.search-entry:focus {

View File

@@ -110,7 +110,7 @@ StEntry {
selection-background-color: $selected_bg_color;
selected-color: $selected_fg_color;
transition-duration: 300ms;
border-radius: 20px;
border-radius: 3px;
background-gradient-direction: none !important;
@include entry(normal);
@@ -1307,7 +1307,7 @@ StScrollBar {
.search-entry {
width: 320px;
padding: 7px 9px;
border-radius: 20px;
border-radius: 3px;
border: 1px solid transparentize(black, 0.75);
background-color: transparentize($entry_bg, 0.1);

View File

@@ -105,7 +105,7 @@ StEntry {
selection-background-color: #5294E2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 20px;
border-radius: 3px;
color: #5c616c;
background-color: #ffffff;
border: 1px solid #cfd6e6;
@@ -1051,7 +1051,7 @@ StScrollBar {
.search-entry {
width: 320px;
padding: 7px 9px;
border-radius: 20px;
border-radius: 3px;
border: 1px solid rgba(0, 0, 0, 0.25);
background-color: rgba(255, 255, 255, 0.9); }
.search-entry:focus {

View File

@@ -84,7 +84,7 @@ StEntry {
selection-background-color: $selected_bg_color;
selected-color: $selected_fg_color;
transition-duration: 300ms;
border-radius: 20px;
border-radius: 3px;
@include entry(normal);
@@ -1327,7 +1327,7 @@ StScrollBar {
.search-entry {
width: 320px;
padding: 7px 9px;
border-radius: 20px;
border-radius: 3px;
border: 1px solid transparentize(black, 0.75);
background-color: transparentize($entry_bg, 0.1);