mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
Adwaita: Update for entry icon changes
This commit is contained in:
parent
f5e77d0c67
commit
e39ca899ad
@ -223,7 +223,7 @@ entry {
|
||||
border: 1px solid;
|
||||
padding: 5px 8px 6px;
|
||||
|
||||
&.image { // icons inside the entry
|
||||
& image { // icons inside the entry
|
||||
&.left { padding-left: 0; }
|
||||
&.right { padding-right: 0; }
|
||||
}
|
||||
@ -281,7 +281,7 @@ entry {
|
||||
}
|
||||
}
|
||||
|
||||
&.image { // entry icons colors
|
||||
& image { // entry icons colors
|
||||
color: mix($fg_color, $base_color, 80%);
|
||||
&:hover { color: $fg_color; }
|
||||
&:active { color: $selected_bg_color; }
|
||||
|
@ -162,9 +162,9 @@ entry {
|
||||
color: white;
|
||||
border-color: #1c1f1f;
|
||||
box-shadow: inset 0 0 0 1px rgba(33, 93, 156, 0), 0 1px rgba(238, 238, 236, 0.1); }
|
||||
entry.image.left {
|
||||
entry image.left {
|
||||
padding-left: 0; }
|
||||
entry.image.right {
|
||||
entry image.right {
|
||||
padding-right: 0; }
|
||||
entry.flat, entry.flat:focus {
|
||||
padding: 2px;
|
||||
@ -234,13 +234,13 @@ entry {
|
||||
border-color: #432100; }
|
||||
entry.warning:selected, entry.warning:selected:focus {
|
||||
background-color: #f57900; }
|
||||
entry.image {
|
||||
entry image {
|
||||
color: #c7c7c5; }
|
||||
entry.image:hover {
|
||||
entry image:hover {
|
||||
color: #eeeeec; }
|
||||
entry.image:active {
|
||||
entry image:active {
|
||||
color: #215d9c; }
|
||||
entry.image:backdrop {
|
||||
entry image:backdrop {
|
||||
color: #7f8281; }
|
||||
.osd entry {
|
||||
background-color: transparent;
|
||||
|
@ -162,9 +162,9 @@ entry {
|
||||
color: black;
|
||||
border-color: #a1a1a1;
|
||||
box-shadow: inset 0 0 0 1px rgba(74, 144, 217, 0), 0 1px white; }
|
||||
entry.image.left {
|
||||
entry image.left {
|
||||
padding-left: 0; }
|
||||
entry.image.right {
|
||||
entry image.right {
|
||||
padding-right: 0; }
|
||||
entry.flat, entry.flat:focus {
|
||||
padding: 2px;
|
||||
@ -234,13 +234,13 @@ entry {
|
||||
border-color: #f57900; }
|
||||
entry.warning:selected, entry.warning:selected:focus {
|
||||
background-color: #f57900; }
|
||||
entry.image {
|
||||
entry image {
|
||||
color: #585d5e; }
|
||||
entry.image:hover {
|
||||
entry image:hover {
|
||||
color: #2e3436; }
|
||||
entry.image:active {
|
||||
entry image:active {
|
||||
color: #4a90d9; }
|
||||
entry.image:backdrop {
|
||||
entry image:backdrop {
|
||||
color: #a5a7a8; }
|
||||
.osd entry {
|
||||
background-color: transparent;
|
||||
|
Loading…
Reference in New Issue
Block a user