mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-06 08:16:51 +00:00
Access list modal polish
This commit is contained in:
@@ -74,3 +74,24 @@
|
||||
label.row {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.input-group-select {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0;
|
||||
font-size: .875rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.25rem;
|
||||
color: var(--tblr-gray-500);
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
background-color: var(--tblr-bg-surface-secondary);
|
||||
border: var(--tblr-border-width) solid var(--tblr-border-color);
|
||||
border-radius: var(--tblr-border-radius);
|
||||
|
||||
.form-select {
|
||||
border: none;
|
||||
background-color: var(--tblr-bg-surface-secondary);
|
||||
border-radius: var(--tblr-border-radius) 0 0 var(--tblr-border-radius);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user