mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-21 05:19:18 +01:00
[bug] fix modal button border radius
This commit is contained in:
parent
ebd8d27f52
commit
d12b7dd90e
@ -78,10 +78,12 @@
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.modal-controls .modal-button:first-child {
|
||||
.modal-controls .modal-button:first-child,
|
||||
.modal-controls .modal-button:first-child:after {
|
||||
border-radius: 0 0 0 var(--theme-radius);
|
||||
}
|
||||
|
||||
.modal-controls .modal-button:last-child {
|
||||
.modal-controls .modal-button:last-child,
|
||||
.modal-controls .modal-button:last-child:after {
|
||||
border-radius: 0 0 var(--theme-radius) 0
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user