wip: dnsc-machine setup
This commit is contained in:
parent
b580614754
commit
dd235b65d2
1 changed files with 5 additions and 19 deletions
|
|
@ -27,8 +27,7 @@
|
|||
widget-config = {
|
||||
title = {
|
||||
text = "Control Panel";
|
||||
clear-all-button = true;
|
||||
button-text = "[clear]";
|
||||
clear-all-button = false;
|
||||
};
|
||||
buttons-grid = {
|
||||
buttons-per-row = 3;
|
||||
|
|
@ -157,8 +156,8 @@
|
|||
color: @magenta_brighter;
|
||||
text-shadow: none;
|
||||
padding: 0;
|
||||
margin-top: 8px;
|
||||
margin-right: 5px;
|
||||
margin-top: 5px;
|
||||
margin-right: 3px;
|
||||
border-radius: 50%;
|
||||
border: none;
|
||||
}
|
||||
|
|
@ -237,21 +236,8 @@
|
|||
}
|
||||
|
||||
.widget-title {
|
||||
padding: 5px 10px;
|
||||
margin: 10px;
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
.widget-title>button {
|
||||
font-size: 1rem;
|
||||
color: @text-color;
|
||||
background: @noti-bg;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.widget-title>button:hover {
|
||||
background: @red-base;
|
||||
color: @cc-bg;
|
||||
margin: 12px;
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
||||
.widget-dnd {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue