mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
start using user policy
This commit is contained in:
parent
d84df77553
commit
db0f911a4d
34 changed files with 117 additions and 184 deletions
|
@ -5,23 +5,15 @@
|
|||
.btnNotificationsInner {
|
||||
text-decoration: none !important;
|
||||
vertical-align: middle;
|
||||
-moz-border-radius: 2px;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
padding: 4px 12px 4px;
|
||||
border-radius: 1000px;
|
||||
padding: 4px 10px 4px;
|
||||
text-align: center;
|
||||
text-decoration: none !important;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
background-color: #444;
|
||||
background-image: -webkit-gradient(linear,left top,left bottom,from(#444),to(#313131));
|
||||
background-image: -webkit-linear-gradient(top,#444,#313131);
|
||||
background-image: -moz-linear-gradient(top,#444,#313131);
|
||||
background-image: -ms-linear-gradient(top,#444,#313131);
|
||||
background-image: -o-linear-gradient(top,#444,#313131);
|
||||
background-image: linear-gradient(top,#444,#313131);
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
|
@ -33,14 +25,12 @@
|
|||
background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
|
||||
background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
|
||||
background-image: linear-gradient(top,#4d90fe,#4787ed);
|
||||
border-color: #3079ed;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.levelWarning {
|
||||
background-color: #FF7537;
|
||||
background-image: none;
|
||||
border-color: #FF7537;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
|
@ -52,7 +42,6 @@
|
|||
background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
|
||||
background-image: -o-linear-gradient(top,#dd4b39,#d14836);
|
||||
background-image: linear-gradient(top,#dd4b39,#d14836);
|
||||
border-color: #c6322a;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue