Removed transparency from certain buttons

This commit is contained in:
loof2736 2022-11-24 17:05:18 -05:00
parent f803cbe5af
commit 6aa92819b9
2 changed files with 4 additions and 10 deletions

View File

@ -190,13 +190,10 @@
.emby-select,
.checkboxOutline,
.btnRefresh,
#btnShutdown {
#btnShutdown,
.raised {
border-radius: 100px !important;
}
.raised:not(.button-submit, .btnRefresh, #btnShutdown) {
background: transparent !important;
font-weight: normal !important;
}
/* Red shutdown button */
#btnShutdown {
background: #AE3739 !important;

View File

@ -200,13 +200,10 @@ html {
.emby-select,
.checkboxOutline,
.btnRefresh,
#btnShutdown {
#btnShutdown,
.raised {
border-radius: 100px !important;
}
.raised:not(.button-submit, .btnRefresh, #btnShutdown) {
background: transparent !important;
font-weight: normal !important;
}
/* Red shutdown button */
#btnShutdown {
background: #AE3739 !important;