1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-28 14:00:44 +00:00

some fixes

This commit is contained in:
Horst3180 2016-02-19 11:06:17 +01:00 committed by Horst3180
parent ad1ab4484b
commit 1d514cea1d
7 changed files with 43 additions and 8 deletions

View File

@ -743,6 +743,11 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover {
spinbutton:not(.vertical) > entry:focus + button {
border-left-color: #2b2e39; }
spinbutton.vertical button, spinbutton.vertical entry {
padding-left: 4px;
padding-right: 4px;
min-width: 0; }
spinbutton.vertical > entry:focus + button {
border-top-color: #2b2e39; }
@ -1318,7 +1323,7 @@ treeview.view {
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; }
treeview.view header button, treeview.view header button:hover, treeview.view header button:active {
treeview.view header button {
min-height: 0;
min-width: 0;
padding: 3px 6px;

View File

@ -742,6 +742,11 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover {
spinbutton:not(.vertical) > entry:focus + button {
border-left-color: #5294E2; }
spinbutton.vertical button, spinbutton.vertical entry {
padding-left: 4px;
padding-right: 4px;
min-width: 0; }
spinbutton.vertical > entry:focus + button {
border-top-color: #5294E2; }
@ -1317,7 +1322,7 @@ treeview.view {
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
treeview.view header button, treeview.view header button:hover, treeview.view header button:active {
treeview.view header button {
min-height: 0;
min-width: 0;
padding: 3px 6px;

View File

@ -743,6 +743,11 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover {
spinbutton:not(.vertical) > entry:focus + button {
border-left-color: #2b2e39; }
spinbutton.vertical button, spinbutton.vertical entry {
padding-left: 4px;
padding-right: 4px;
min-width: 0; }
spinbutton.vertical > entry:focus + button {
border-top-color: #2b2e39; }
@ -1318,7 +1323,7 @@ treeview.view {
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; }
treeview.view header button, treeview.view header button:hover, treeview.view header button:active {
treeview.view header button {
min-height: 0;
min-width: 0;
padding: 3px 6px;

View File

@ -742,6 +742,11 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover {
spinbutton:not(.vertical) > entry:focus + button {
border-left-color: #5294E2; }
spinbutton.vertical button, spinbutton.vertical entry {
padding-left: 4px;
padding-right: 4px;
min-width: 0; }
spinbutton.vertical > entry:focus + button {
border-top-color: #5294E2; }
@ -1317,7 +1322,7 @@ treeview.view {
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
treeview.view header button, treeview.view header button:hover, treeview.view header button:active {
treeview.view header button {
min-height: 0;
min-width: 0;
padding: 3px 6px;

View File

@ -742,6 +742,11 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover {
spinbutton:not(.vertical) > entry:focus + button {
border-left-color: #5294E2; }
spinbutton.vertical button, spinbutton.vertical entry {
padding-left: 4px;
padding-right: 4px;
min-width: 0; }
spinbutton.vertical > entry:focus + button {
border-top-color: #5294E2; }
@ -1321,7 +1326,7 @@ treeview.view {
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
treeview.view header button, treeview.view header button:hover, treeview.view header button:active {
treeview.view header button {
min-height: 0;
min-width: 0;
padding: 3px 6px;

View File

@ -742,6 +742,11 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover {
spinbutton:not(.vertical) > entry:focus + button {
border-left-color: #5294E2; }
spinbutton.vertical button, spinbutton.vertical entry {
padding-left: 4px;
padding-right: 4px;
min-width: 0; }
spinbutton.vertical > entry:focus + button {
border-top-color: #5294E2; }
@ -1321,7 +1326,7 @@ treeview.view {
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
treeview.view header button, treeview.view header button:hover, treeview.view header button:active {
treeview.view header button {
min-height: 0;
min-width: 0;
padding: 3px 6px;

View File

@ -737,8 +737,13 @@ spinbutton {
> entry:focus + button { border-left-color: if($variant=='light', $selected_bg_color, $entry_border); }
}
&.vertical {
button, entry { @extend %linked_vertical; }
button, entry {
padding-left: 4px;
padding-right: 4px;
min-width: 0;
@extend %linked_vertical;
}
> entry:focus + button { border-top-color: if($variant=='light', $selected_bg_color, $entry_border); }
}
}
@ -1359,7 +1364,7 @@ treeview.view {
button {
$_column_header_color: mix($fg_color,$base_color,80%);
&, &:hover, &:active { @extend %column_header_button; }
@extend %column_header_button;
color: $_column_header_color;
background-color: $base_color;