Theming support
This commit is contained in:
parent
e86c96d78f
commit
58e0b2f081
99 changed files with 1839 additions and 1094 deletions
37
static/css/default_light/default_light.css
Normal file
37
static/css/default_light/default_light.css
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
.widgets .action #run-result {
|
||||
background-color: #fff !important;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
#menu .entry .label {
|
||||
color: #7bb8eb !important;
|
||||
}
|
||||
#menu .entry.selected .label {
|
||||
color: #fff !important;
|
||||
}
|
||||
input[type="text"],
|
||||
textarea,
|
||||
select {
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.description {
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
button {
|
||||
background: #2979b8;
|
||||
color: #fff;
|
||||
border: 1px solid #2e84cb;
|
||||
}
|
||||
button:focus {
|
||||
background: #2979b8;
|
||||
}
|
||||
#areas .area {
|
||||
background: #fff !important;
|
||||
border: 1px solid #2979b8;
|
||||
}
|
||||
#areas .area .name {
|
||||
border-top-left-radius: unset;
|
||||
border-top-right-radius: unset;
|
||||
}
|
||||
#areas .area .section .name {
|
||||
font-weight: normal;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue