Refinements.
This commit is contained in:
1
Paper/gtk-2.0/Entry/entry-border-notebook.png
Symbolic link
1
Paper/gtk-2.0/Entry/entry-border-notebook.png
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
entry-border-active.png
|
@@ -38,14 +38,9 @@ CcWindow .header-bar GtkSwitch.trough:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
CcWindow GtkSwitch.trough:active {
|
CcWindow GtkSwitch.trough:active {
|
||||||
border: 1px solid shade(@settings, 0.8);
|
|
||||||
background-color: @settings;
|
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:active:backdrop,
|
||||||
CcWindow .header-bar GtkSwitch.slider:backdrop {
|
CcWindow .header-bar GtkSwitch.slider:backdrop {
|
||||||
background-color: shade(@settings, 0.9);
|
background-color: shade(@settings, 0.9);
|
||||||
|
@@ -42,12 +42,13 @@
|
|||||||
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
outline-color: alpha(#000, 0.2);
|
/*outline-color: alpha(#000, 0.2);*/
|
||||||
outline-style: dashed;
|
outline-style: dashed;
|
||||||
outline-offset: -2px;
|
outline-offset: -3px;
|
||||||
outline-width: 1px;
|
outline-width: 1px;
|
||||||
outline-radius: 2px;
|
outline-radius: 2px;
|
||||||
|
|
||||||
|
background: inherit;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
@@ -22,7 +22,6 @@
|
|||||||
|
|
||||||
.notebook {
|
.notebook {
|
||||||
background-color: @base;
|
background-color: @base;
|
||||||
border:none;
|
|
||||||
box-shadow:0 0 0 1px @border;
|
box-shadow:0 0 0 1px @border;
|
||||||
background-clip: border-box;
|
background-clip: border-box;
|
||||||
}
|
}
|
||||||
|
@@ -89,7 +89,13 @@
|
|||||||
.toolbar .text-button:hover,
|
.toolbar .text-button:hover,
|
||||||
.toolbar .text-button:active:hover,
|
.toolbar .text-button:active:hover,
|
||||||
.toolbar .image-button: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;
|
padding: 13px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: alpha(#000, 0.1);
|
background-color: alpha(#000, 0.1);
|
||||||
|
Reference in New Issue
Block a user