mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2025-12-29 20:09:41 +01:00
112 lines
1.5 KiB
CSS
112 lines
1.5 KiB
CSS
* {
|
|
-GtkDialog-action-area-border: 6;
|
|
}
|
|
|
|
#digit-entry {
|
|
border-color: Red;
|
|
}
|
|
|
|
#status-bar-button {
|
|
padding-top: 1px;
|
|
padding-bottom: 1px;
|
|
padding-left: 3px;
|
|
padding-right: 3px;
|
|
margin: 1px;
|
|
}
|
|
|
|
#task-button {
|
|
padding: 0;
|
|
}
|
|
|
|
#header-button {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
#header-entry {
|
|
min-height: 0;
|
|
}
|
|
|
|
#header-stack-switcher > button {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
buttonbox {
|
|
padding: 0;
|
|
}
|
|
|
|
paned > separator {
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
|
|
paned.horizontal > separator {
|
|
background-size: 2px 24px;
|
|
}
|
|
|
|
paned.vertical > separator {
|
|
background-size: 24px 2px;
|
|
}
|
|
|
|
.red-button {
|
|
background-image: none;
|
|
background-color: red;
|
|
}
|
|
|
|
.green-button {
|
|
background-image: none;
|
|
background-color: green;
|
|
}
|
|
|
|
.yellow-button {
|
|
background-image: none;
|
|
background-color: yellow;
|
|
}
|
|
|
|
.blue-button {
|
|
background-image: none;
|
|
background-color: blue;
|
|
}
|
|
|
|
.time-entry {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
.group {}
|
|
|
|
.group :first-child {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
|
|
.group :last-child {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-left-width: 0;
|
|
}
|
|
|
|
.group :not(:first-child):not(:last-child) {
|
|
border-radius: 0;
|
|
border-left-width: 0;
|
|
border-right-width: 1px;
|
|
}
|
|
|
|
.stack-switcher > button > label {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
min-width: 50px;
|
|
}
|
|
|
|
.stack-switcher > button.text-button {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
min-width: 50px;
|
|
}
|
|
|
|
.playback {
|
|
background-color: #000000;
|
|
color: #ffffff;
|
|
}
|