Alfredo Monclus 67cc396ad9
Use a base css (#186)
* Use a base CSS for styles

* Fix updater dialogs too close to buttons and updater too close to the edge

* Fix blurry Dropdown and dialog buttons

* minor tweaks and fixes

* Solarized restyle

* more vertical clearance between items

* workaround colorized bar at high res.

* colorized pressed state
2021-09-16 20:02:36 -04:00

187 lines
2.5 KiB
CSS

* {
color: white;
}
window {
background-color: #13181C;
}
button {
background-color: #13181C;
}
button:active {
background-color: #304C62;
}
.button_active {
background-color: #20303D;
}
button.color1 {
border-bottom-color: #ED6500;
}
button.color2 {
border-bottom-color: #B10080;
}
button.color3 {
border-bottom-color: #009384;
}
button.color4 {
border-bottom-color: #A7E100;
}
button.active {
background-color: #20303D;
}
combobox box button {
border-color: #cccccc;
}
entry {
background-color: #20292F;
border-color: #13181C;
}
frame {
border-bottom-color: #444;
}
label {
color: white;
}
menu {
background-color: #13181C;
border-color: #cccccc;
}
menuitem {
background-color: #13181C;
border-color: #cccccc;
}
trough {
background-color: #404E57;
color: white;
border-color: black;
}
trough highlight, trough progress {
background-color: #3584e4;
color: white;
border-color: black;
}
scale-mark {
color: white;
}
scrollbar, scrollbar button, scrollbar trough {
background-color: #13181C;
}
scrollbar slider {
background-color: #404E57;
}
textview .time {
color: grey;
}
.popup {
background-color: black;
}
.dialog {
border: black;
background-color: black;
}
.dialog button {
border-bottom-color: #009384;
}
.distbutton_active {
background-color: #20303D;
}
.distbutton_top {
border-color: white;
}
.distbutton {
border-color: white;
border-left-color: #ccc;
}
.distbutton_bottom {
border-color: white;
border-left-color: #ccc;
}
.fan_slider {
color: white;
}
.message_popup {
background-color: #367554;
border-bottom-color: white;
}
.message_popup button {
background-color: #367554;
}
.numpad_tleft, .numpad_top, .numpad_tright, .numpad_left, .numpad_button, .numpad_right, .numpad_bleft, .numpad_bottom, .numpad_bright {
border-color: white;
}
.printing-status {
color: #f0f0f0;
}
.printing-progress-bar {
color: #00C9B4;
}
.printing-progress-text {
color: white;
}
.printing-status-label {
color: #ccc;
}
.tempbutton_top {
border-color: white;
}
.tempbutton, .tempbutton_bottom {
border-color: white;
border-top-color: #ccc;
}
.message {
border-color: #981E1F;
color: white;
background-color: #981E1F;
}
.message button {
background-color: white;
color: black;
}
.warning {
background-color: rgba(30, 204, 39, 0.7);
}
.error {
background-color: rgba(204, 30, 30, 0.7);
}