CSS tweaks to make some themes and browsers a little happier ()

* CSS tweaks to make some themes and browsers a little happier

* Fix refresh button alignment Firefox/Linux
This commit is contained in:
Tim Wilkinson 2024-09-10 16:51:05 -07:00 committed by GitHub
parent 94ef43cf69
commit 83c4185d11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions
files/app/resource/css

View File

@ -320,6 +320,7 @@ label.switch
#ctrl-modal .basics select[name=theme]
{
min-width: 140px;
text-transform: capitalize;
}
@ -505,7 +506,7 @@ label.switch
#ctrl-modal .reservation-label div:first-child div:nth-child(3),
#ctrl-modal .lease-label div:first-child div:nth-child(3)
{
width: 130px;
width: 145px;
border-color: var(--ctrl-modal-textbox-bg-color);
}
#ctrl-modal .reservation-label div:first-child div:nth-child(4)
@ -520,7 +521,7 @@ label.switch
width: 14px;
height: 14px;
accent-color: var(--ctrl-modal-checkbox-color);
margin-left: 18px;
margin-left: 10px;
}
#ctrl-modal .reservation-label div:first-child div,
#ctrl-modal .lease-label div:first-child div,
@ -1028,6 +1029,7 @@ label.switch
#firmware-refresh,
#package-refresh
{
display: flex;
width: 24px;
height: 24px;
margin: calc(var(--font-base-size) / 2 - 6px) 0 0 4px;