mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Removed transparency from certain buttons
This commit is contained in:
parent
f803cbe5af
commit
6aa92819b9
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user