mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Fix styling on update popup.
This commit is contained in:
parent
4fbcff3b59
commit
af028cb1d9
1 changed files with 10 additions and 4 deletions
|
@ -115,6 +115,8 @@
|
||||||
display: none;
|
display: none;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
|
color: #000;
|
||||||
|
text-shadow: 0 1px 0 #ddd;
|
||||||
-moz-box-shadow: 0px 0px 2px #aaaaaa;
|
-moz-box-shadow: 0px 0px 2px #aaaaaa;
|
||||||
-webkit-box-shadow: 0px 0px 2px #aaaaaa;
|
-webkit-box-shadow: 0px 0px 2px #aaaaaa;
|
||||||
-o-box-shadow: 0px 0px 2px #aaaaaa;
|
-o-box-shadow: 0px 0px 2px #aaaaaa;
|
||||||
|
@ -132,10 +134,6 @@
|
||||||
-o-opacity: 0.8 !important;
|
-o-opacity: 0.8 !important;
|
||||||
opacity: 0.8 !important;
|
opacity: 0.8 !important;
|
||||||
display: block;
|
display: block;
|
||||||
background-image: -moz-linear-gradient(#fcf5c2, #fff6a9) !important;
|
|
||||||
background-image: linear-gradient(#fcf5c2, #fff6a9) !important;
|
|
||||||
background-image: -webkit-linear-gradient(#fcf5c2, #fff6a9) !important;
|
|
||||||
background-image: -o-linear-gradient(#fcf5c2, #fff6a9) !important;
|
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcf5c2, endColorstr=#fff6a9) !important;
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcf5c2, endColorstr=#fff6a9) !important;
|
||||||
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcf5c2, endColorstr=#fff6a9) !important;
|
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcf5c2, endColorstr=#fff6a9) !important;
|
||||||
}
|
}
|
||||||
|
@ -175,3 +173,11 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
}
|
}
|
||||||
|
#updatebar a:link {
|
||||||
|
color: #F9AA03;
|
||||||
|
}
|
||||||
|
|
||||||
|
#updatebar a:hover {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue