forked from AuroraMiddleware/gtk
Adwaita: Update entry progress rendering
Adapt Adwaita to the changes in the previous commit.
This commit is contained in:
parent
6a768ba218
commit
d8a3a4e7aa
@ -249,7 +249,7 @@ entry {
|
||||
@extend %selected_items;
|
||||
}
|
||||
|
||||
&.progressbar {
|
||||
& progressbar {
|
||||
margin: 1px;
|
||||
border-radius: 0;
|
||||
border-width: 0 0 2px;
|
||||
|
@ -201,7 +201,7 @@ entry {
|
||||
border-color: #1f2222;
|
||||
background-image: linear-gradient(to bottom, #333636);
|
||||
box-shadow: 0 1px rgba(238, 238, 236, 0); }
|
||||
entry.progressbar {
|
||||
entry progressbar {
|
||||
margin: 1px;
|
||||
border-radius: 0;
|
||||
border-width: 0 0 2px;
|
||||
@ -210,7 +210,7 @@ entry {
|
||||
background-image: none;
|
||||
background-color: transparent;
|
||||
box-shadow: none; }
|
||||
entry.progressbar:backdrop {
|
||||
entry progressbar:backdrop {
|
||||
background-color: transparent; }
|
||||
.linked:not(.vertical) > entry:focus + entry, .linked:not(.vertical) > entry:focus + .button, .linked:not(.vertical) > entry:focus + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical) > entry:focus + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #0f2b48; }
|
||||
|
@ -201,7 +201,7 @@ entry {
|
||||
border-color: darkgray;
|
||||
background-image: linear-gradient(to bottom, #f4f4f4);
|
||||
box-shadow: 0 1px rgba(255, 255, 255, 0); }
|
||||
entry.progressbar {
|
||||
entry progressbar {
|
||||
margin: 1px;
|
||||
border-radius: 0;
|
||||
border-width: 0 0 2px;
|
||||
@ -210,7 +210,7 @@ entry {
|
||||
background-image: none;
|
||||
background-color: transparent;
|
||||
box-shadow: none; }
|
||||
entry.progressbar:backdrop {
|
||||
entry progressbar:backdrop {
|
||||
background-color: transparent; }
|
||||
.linked:not(.vertical) > entry:focus + entry, .linked:not(.vertical) > entry:focus + .button, .linked:not(.vertical) > entry:focus + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical) > entry:focus + GtkComboBoxText > .the-button-in-the-combobox {
|
||||
border-left-color: #4a90d9; }
|
||||
|
Loading…
Reference in New Issue
Block a user