Browse Source

more rutorrent fixes

pull/16/head
gilbN 5 years ago
parent
commit
4f652b26eb
  1. 2
      CSS/themes/rutorrent/aquamarine.css
  2. 11
      CSS/themes/rutorrent/rutorrent-base.css

2
CSS/themes/rutorrent/aquamarine.css

@ -11,7 +11,7 @@
/* Made by @gilbN */
/* 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);
:root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;

11
CSS/themes/rutorrent/rutorrent-base.css

@ -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 }
.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…
Cancel
Save