toolbar fixes

This commit is contained in:
Sam Hewitt 2016-03-16 17:27:42 -04:00
parent 6220311796
commit 3c928ff610
2 changed files with 80 additions and 45 deletions

View File

@ -49,4 +49,13 @@ FrWindow GtkSwitch.slider:active {
FrWindow .header-bar GtkSwitch.slider:active:backdrop, FrWindow .header-bar GtkSwitch.slider:active:backdrop,
FrWindow .header-bar GtkSwitch.slider:backdrop { FrWindow .header-bar GtkSwitch.slider:backdrop {
background-color: shade(@archives, 0.9); background-color: shade(@archives, 0.9);
}
FrWindow .toolbar.primary-toolbar {
background-color: @archives;
}
FrWindow .toolbar.primary-toolbar:backdrop {
background-color: shade(@archives,0.9);
} }

View File

@ -135,41 +135,55 @@
} }
/* Entry */ /* Entries */
.toolbar .entry { .toolbar .entry {
background-color: alpha(#000, 0.2);
color: @header_text;
border-radius: 2px;
padding: 6px 4px;
border: none; border: none;
border-radius: 0px; box-shadow: none;
background-color:@background;
color: @text
} }
.toolbar .entry GtkImage, .toolbar .entry.image {
.toolbar .entry GtkImage:focus { color: @header_text;
color: @text
} }
.toolbar .entry:active,
.toolbar .entry:focus { .toolbar .entry:focus {
background-color: @base;
color: @text; color: @text;
border: solid @insensitive_text; box-shadow: none;
border-bottom-width: 1px; border: none;
} }
.toolbar .entry:insensitive { .toolbar .entry:active.image,
border: none; .toolbar .entry:focus.image {
background-color:@insensitive_base; padding-right: 6px;
color: @insensitive_text; color: @text;
border: solid @insensitive_text;
border-bottom-width: 1px;
} }
.toolbar .entry:backdrop { .toolbar .entry:backdrop {
box-shadow: none;
color: alpha(@header_text, 0.5);
border: none; border: none;
background-color:@backdrop_base;
color: @backdrop_text;
border: solid @backdrop_text;
border-bottom-width: 1px;
} }
.toolbar .entry.image {
color: alpha(@header_text, 0.5);
}
.toolbar .entry:active:backdrop,
.toolbar .entry:focus:backdrop {
background-color: alpha(@base, 0.5);
color: @text;
box-shadow: none;
border: none;
}
/* Images */ /* Images */
.toolbar GtkImage, .toolbar GtkImage,
.toolbar .button GtkImage { .toolbar .button GtkImage {
@ -237,7 +251,7 @@
padding-right: 4px; padding-right: 4px;
color: @toolbar_text; color: @toolbar_text;
background-color: @toolbar; background-color: @toolbar;
box-shadow: inset 0 -3px 3px -4px alpha(#000, 0.7); box-shadow: inset 0 -3px 3px -4px alpha(#000, 0.2);
border: none; border: none;
} }
@ -348,41 +362,53 @@
} }
/* Entry */
.primary-toolbar.toolbar .entry { /* Entries */
.primary-toolbar .entry {
background-color: alpha(#000, 0.2);
color: @header_text;
border-radius: 2px;
padding: 6px 4px;
border: none; border: none;
border-radius: 0px;
background-color:@toolbar;
box-shadow: none; box-shadow: none;
color: @toolbar_text;
} }
.primary-toolbar.toolbar .entry GtkImage, .primary-toolbar .entry.image {
.primary-toolbar.toolbar .entry GtkImage:focus { color: @header_text;
color: @toolbar_text;
} }
.primary-toolbar.toolbar .entry:focus, .primary-toolbar .entry:active,
.primary-toolbar.toolbar .entry:focus:backdrop { .primary-toolbar .entry:focus {
color: @toolbar_text; background-color: @base;
border: solid @insensitive_toolbar_text; color: @text;
border-bottom-width: 1px; box-shadow: none;
}
.primary-toolbar.toolbar .entry:insensitive {
border: none; border: none;
background-color:@toolbar;
color: @insensitive_toolbar_text;
border: solid @insensitive_toolbar_text;
border-bottom-width: 1px;
} }
.primary-toolbar.toolbar .entry:backdrop { .primary-toolbar .entry:active.image,
.primary-toolbar .entry:focus.image {
padding-right: 6px;
color: @text;
}
.primary-toolbar .entry:backdrop {
box-shadow: none;
color: alpha(@header_text, 0.5);
border: none;
}
.primary-toolbar .entry.image {
color: alpha(@header_text, 0.5);
}
.primary-toolbar .entry:active:backdrop,
.primary-toolbar .entry:focus:backdrop {
background-color: alpha(@base, 0.5);
color: @text;
box-shadow: none;
border: none; border: none;
background-color:@toolbar;
color: @backdrop_toolbar_text;
border: solid @backdrop_toolbar_text;
border-bottom-width: 0;
} }
/* Images */ /* Images */