Refinements.

This commit is contained in:
Sam Hewitt 2014-12-22 18:15:56 -05:00
parent 7404e19abe
commit df15829902
5 changed files with 11 additions and 9 deletions

View File

@ -0,0 +1 @@
entry-border-active.png

View File

@ -38,14 +38,9 @@ CcWindow .header-bar GtkSwitch.trough:active {
}
CcWindow GtkSwitch.trough:active {
border: 1px solid shade(@settings, 0.8);
background-color: @settings;
}
CcWindow GtkSwitch.slider:active {
border: 1px solid shade(@settings, 0.8);
}
CcWindow .header-bar GtkSwitch.slider:active:backdrop,
CcWindow .header-bar GtkSwitch.slider:backdrop {
background-color: shade(@settings, 0.9);

View File

@ -42,12 +42,13 @@
padding: 0;
outline-color: alpha(#000, 0.2);
/*outline-color: alpha(#000, 0.2);*/
outline-style: dashed;
outline-offset: -2px;
outline-offset: -3px;
outline-width: 1px;
outline-radius: 2px;
background: inherit;
background-color: inherit;
color: inherit;
}

View File

@ -22,7 +22,6 @@
.notebook {
background-color: @base;
border:none;
box-shadow:0 0 0 1px @border;
background-clip: border-box;
}

View File

@ -89,7 +89,13 @@
.toolbar .text-button:hover,
.toolbar .text-button:active:hover,
.toolbar .image-button:hover,
.toolbar .image-button:active:hover {
.toolbar .image-button:active:hover,
.toolbar .button:focus,
.toolbar .button:active:focus
.toolbar .text-button:focus,
.toolbar .text-button:active:focus,
.toolbar .image-button:focus,
.toolbar .image-button:active:focus {
padding: 13px;
border: none;
background-color: alpha(#000, 0.1);