Misc theme fixes
This commit is contained in:
parent
ec7919c9e5
commit
e73d28a8f6
24 changed files with 308 additions and 26 deletions
|
|
@ -1,3 +1,6 @@
|
|||
body {
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
.widgets .action #run-result {
|
||||
background-color: #fff !important;
|
||||
border: 1px solid #ccc;
|
||||
|
|
@ -35,3 +38,9 @@ button:focus {
|
|||
#areas .area .section .name {
|
||||
font-weight: normal;
|
||||
}
|
||||
#datapoints,
|
||||
#problems-list,
|
||||
#acknowledged-list {
|
||||
background-color: #fff !important;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue