mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-20 06:13:24 +00:00
Frontend user list and modal dialog fixes
This commit is contained in:
26
src/frontend/scss/tabler-extra.scss
Normal file
26
src/frontend/scss/tabler-extra.scss
Normal file
@@ -0,0 +1,26 @@
|
||||
$teal: #2bcbba;
|
||||
|
||||
/* For Card bodies where I don't want padding */
|
||||
.card-body.no-padding {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Teal Outline Buttons */
|
||||
.btn-outline-teal {
|
||||
color: $teal;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
border-color: $teal;
|
||||
}
|
||||
|
||||
.btn-outline-teal:hover {
|
||||
color: #fff;
|
||||
background-color: $teal;
|
||||
border-color: $teal;
|
||||
}
|
||||
|
||||
.btn-outline-teal:not(:disabled):not(.disabled):active, .btn-outline-teal:not(:disabled):not(.disabled).active, .show > .btn-outline-teal.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: $teal;
|
||||
border-color: $teal;
|
||||
}
|
||||
Reference in New Issue
Block a user