1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update config

This commit is contained in:
Luke Pulverenti 2015-09-06 15:33:52 -04:00
parent aed5226fe5
commit 69e9dbcc51
3 changed files with 10 additions and 5 deletions

View file

@ -552,6 +552,11 @@ a[data-role='button'], button:not([data-role='none']):not(.clearButton) {
width: 100%;
}
a[data-role='button'][data-theme='b'], button[data-theme='b']:not([data-role='none']):not(.clearButton) {
background: #4285f4 !important;
color: #fff !important;
}
div[data-role="controlgroup"] a[data-role='button'] {
display: inline-block !important;
margin: 0 !important;