more rutorrent fixes
This commit is contained in:
parent
0ffcf6d351
commit
4f652b26eb
@ -11,7 +11,7 @@
|
|||||||
/* Made by @gilbN */
|
/* Made by @gilbN */
|
||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* RUTORRENT AQUAMARINE THEME */
|
/* SYNCLOUNGE AQUAMARINE THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/rutorrent/rutorrent-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/rutorrent/rutorrent-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -1495,3 +1495,14 @@ div#logoffDlg div.dlg-header { background-image: url(https://raw.githubuserconte
|
|||||||
|
|
||||||
.noty_alert, .noty_success { color: #000000; text-shadow: 0 -1px 0 #ffffff }
|
.noty_alert, .noty_success { color: #000000; text-shadow: 0 -1px 0 #ffffff }
|
||||||
|
|
||||||
|
.retrackers {
|
||||||
|
width: 100%;
|
||||||
|
height: 110px;
|
||||||
|
border: 1px solid transparent !important;
|
||||||
|
font-size: 11px;
|
||||||
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
||||||
|
cursor: text;
|
||||||
|
background: rgba(0, 0, 0, 0.25) !important;
|
||||||
|
color: #fff !important;
|
||||||
|
outline: none !important;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user