mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
btn light for dark mode
This commit is contained in:
parent
ebd5430540
commit
dabecf8921
1 changed files with 17 additions and 0 deletions
|
|
@ -19,6 +19,23 @@ a:hover, .btn-link:hover {
|
|||
color: #f39f55;
|
||||
}
|
||||
|
||||
.btn-light {
|
||||
color: #eee;
|
||||
background-color: #232323;
|
||||
border-color: #272727;
|
||||
}
|
||||
.btn-light:hover {
|
||||
color: #eee;
|
||||
background-color: #333333;
|
||||
border-color: #272727;
|
||||
}
|
||||
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
|
||||
color: #eee;
|
||||
background-color: #333333;
|
||||
border-color: #272727;
|
||||
}
|
||||
|
||||
|
||||
.bg-primary {
|
||||
background-color: #ff8a26 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue