Adwaita: entry icons position fix

This commit is contained in:
Lapo Calamandrei 2014-07-23 15:25:22 +02:00
parent 4718c165ad
commit 2b1cad0289
3 changed files with 12 additions and 0 deletions

View File

@ -173,6 +173,10 @@ GtkLabel {
.entry {
padding: 5px 8px 6px;
&.image { // icons inside the entry
&.left { padding-left: 0; }
&.right { padding-right: 0; }
}
border-radius: 3px;
transition: all 200ms ease-out;
@include entry(normal);

View File

@ -151,6 +151,10 @@
background-image: linear-gradient(to bottom, #212121, #292929 90%);
border-color: #1c1f1f;
box-shadow: inset 0 2px 2px -2px #141414, inset 0 0 2px 1px rgba(39, 51, 64, 0), 0 1px rgba(238, 238, 236, 0.1); }
.entry.image.left {
padding-left: 0; }
.entry.image.right {
padding-right: 0; }
.entry.flat, .entry.flat:focus {
padding: 2px;
background-color: transparent;

View File

@ -151,6 +151,10 @@
background-image: linear-gradient(to bottom, #f7f7f7, white 90%);
border-color: #a1a1a1;
box-shadow: inset 0 2px 2px -2px #7f7f7f, inset 0 0 2px 1px rgba(218, 232, 247, 0), 0 1px white; }
.entry.image.left {
padding-left: 0; }
.entry.image.right {
padding-right: 0; }
.entry.flat, .entry.flat:focus {
padding: 2px;
background-color: transparent;