mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added in-app help
This commit is contained in:
parent
b2cbf5ecb4
commit
51ce474ec4
4 changed files with 25 additions and 11 deletions
|
@ -1079,7 +1079,7 @@ progress {
|
|||
|
||||
.accentButton {
|
||||
display: inline-block;
|
||||
background: rgba(51, 136, 204, .7);
|
||||
background: rgba(51, 136, 204, .8);
|
||||
border-radius: 1000px;
|
||||
padding: 4px 12px;
|
||||
color: #fff !important;
|
||||
|
@ -1088,13 +1088,17 @@ progress {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.accentButton:hover {
|
||||
opacity: .5;
|
||||
}
|
||||
.accentButton-g {
|
||||
background: #52B54B;
|
||||
}
|
||||
|
||||
.accentButton .fa:not(.notext) {
|
||||
margin-right: 7px;
|
||||
}
|
||||
.accentButton:hover {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.accentButton .fa:not(.notext) {
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
||||
h1 + .accentButton {
|
||||
margin: 18px 0 0 20px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue