mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #489 - Warn when selecting 'Dev' update level
This commit is contained in:
parent
647c0272a2
commit
4e205c8bec
4 changed files with 40 additions and 1 deletions
|
@ -221,6 +221,19 @@ form, .readOnlyContent {
|
|||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.warningFieldDescription {
|
||||
padding: 5px;
|
||||
border: 1px solid #f4c63f;
|
||||
background: #fadb4e;
|
||||
background-image: -webkit-gradient(linear,left top,left bottom,from(#ffefaa),to(#ffe155));
|
||||
background-image: -webkit-linear-gradient(#ffefaa,#ffe155);
|
||||
background-image: -moz-linear-gradient(#ffefaa,#ffe155);
|
||||
background-image: -ms-linear-gradient(#ffefaa,#ffe155);
|
||||
background-image: -o-linear-gradient(#ffefaa,#ffe155);
|
||||
background-image: linear-gradient(#ffefaa,#ffe155);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.ulForm {
|
||||
margin-bottom: 20px!important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue