mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-27 07:34:36 +02:00
Some general fixes
This commit is contained in:
parent
e26f3a5c9f
commit
a056f12488
@ -168,7 +168,7 @@ scrollbar button:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Sunken 1px */
|
/* Sunken 1px */
|
||||||
button.flat:selected, button.flat:active,
|
button.flat:selected, button.flat:active, button.flat:checked,
|
||||||
toolbar button:selected, toolbar button:active, toolbar button:checked,
|
toolbar button:selected, toolbar button:active, toolbar button:checked,
|
||||||
levelbar trough,
|
levelbar trough,
|
||||||
progressbar trough,
|
progressbar trough,
|
||||||
@ -193,6 +193,7 @@ switch,
|
|||||||
.sidebar list,
|
.sidebar list,
|
||||||
scale trough,
|
scale trough,
|
||||||
combobox button:checked,
|
combobox button:checked,
|
||||||
|
popover button.flat:selected, popover button.flat:active,
|
||||||
button:selected, button:active,
|
button:selected, button:active,
|
||||||
check, radio {
|
check, radio {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
@ -205,9 +206,9 @@ check, radio {
|
|||||||
|
|
||||||
/* Raised 1px */
|
/* Raised 1px */
|
||||||
button.flat,
|
button.flat,
|
||||||
button.flat:hover:not(:active),
|
button.flat:hover:not(:active):not(:checked):not(:selected),
|
||||||
toolbar button,
|
toolbar button,
|
||||||
toolbar button:hover:not(:active),
|
toolbar button:hover:not(:active):not(:checked):not(:selected),
|
||||||
menubar,
|
menubar,
|
||||||
toolbar,
|
toolbar,
|
||||||
stepper {
|
stepper {
|
||||||
@ -219,10 +220,12 @@ stepper {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Raised 2px */
|
/* Raised 2px */
|
||||||
|
window > frame,
|
||||||
stacksidebar list row,
|
stacksidebar list row,
|
||||||
colorswatch,
|
colorswatch,
|
||||||
combobox > window,
|
combobox > window,
|
||||||
calendar.header,
|
calendar.header,
|
||||||
|
popover button.flat,
|
||||||
button, .button,
|
button, .button,
|
||||||
slider,
|
slider,
|
||||||
notebook > header > tabs > tab,
|
notebook > header > tabs > tab,
|
||||||
@ -256,6 +259,7 @@ paned > separator {
|
|||||||
* button *
|
* button *
|
||||||
**********/
|
**********/
|
||||||
|
|
||||||
|
popover button.flat,
|
||||||
button, .button {
|
button, .button {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
@ -263,6 +267,8 @@ button, .button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Button pressing contents shifting */
|
/* Button pressing contents shifting */
|
||||||
|
popover button.flat:checked,
|
||||||
|
popover button.flat:active,
|
||||||
button:checked,
|
button:checked,
|
||||||
button:active {
|
button:active {
|
||||||
padding: 5px 3px 3px 5px;
|
padding: 5px 3px 3px 5px;
|
||||||
@ -317,8 +323,6 @@ button.flat {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*******************
|
/*******************
|
||||||
* check and radio *
|
* check and radio *
|
||||||
*******************/
|
*******************/
|
||||||
@ -1576,7 +1580,7 @@ window.csd tooltip {
|
|||||||
|
|
||||||
window.ssd.maximized headerbar,
|
window.ssd.maximized headerbar,
|
||||||
window.ssd.maximized .titlebar,
|
window.ssd.maximized .titlebar,
|
||||||
.maximized decoration,
|
.maximized > decoration,
|
||||||
window.maximized,
|
window.maximized,
|
||||||
window.tiled {
|
window.tiled {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user