From 0980b270bd1b93257d0e8101f8338b6f4da2e760 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sun, 1 Sep 2019 01:26:47 +0200 Subject: [PATCH] rutorrent: progress color --- CSS/themes/rutorrent/rutorrent-base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/rutorrent/rutorrent-base.css b/CSS/themes/rutorrent/rutorrent-base.css index 1d046354..a494e879 100644 --- a/CSS/themes/rutorrent/rutorrent-base.css +++ b/CSS/themes/rutorrent/rutorrent-base.css @@ -1349,9 +1349,9 @@ div.stable-body table tbody tr.even:nth-child(2n+1) td { background: #181818 url .stable-scrollpos { background: #181818 url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/headers.png) repeat-x 0px -37px; height: 17px; line-height: 17px; border-bottom: 1px solid #333333; } .stable-scrollpos:nth-child(2n+1) { background: #181818 url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/headers.png) repeat-x 0px -64px; } -.meter-value { float: left; border: 1px inset #1b1b1b; border-bottom: none; background: #96CE00 url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/headers.png) repeat-x 0px -138px; } +.meter-value { float: left; border: 1px inset transparent; border-bottom: none; background: var(--default-button-color) !important; } .stable-body tr.selected span.meter-value { color: #fff; } -.meter-text { line-height: 16px; position: relative; text-align: left; float: left; width: 0px; height: 0px; overflow: visible; left: 40%; font-size: 11px; font-family: Ubuntu; z-index: 1; text-shadow: 0px 0px 2px #000; } +.meter-text { line-height: 16px; position: relative; text-align: left; float: left; width: 0px; height: 0px; overflow: visible; left: 40%; font-size: 11px; font-family: Ubuntu; z-index: 1; text-shadow: 0px 0px 2px #000; color: #fff; }