Adwaita: Update for entry icon changes

This commit is contained in:
Matthias Clasen 2015-10-23 15:41:05 -04:00
parent f5e77d0c67
commit e39ca899ad
3 changed files with 14 additions and 14 deletions

View File

@ -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; }

View File

@ -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;

View File

@ -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;