From c0baa6c374228e9ae59179e13c416996fa44f476 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sat, 31 Aug 2019 16:24:44 +0200 Subject: [PATCH] qbit: button fix --- CSS/themes/qbittorrent/qbittorrent-base.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CSS/themes/qbittorrent/qbittorrent-base.css b/CSS/themes/qbittorrent/qbittorrent-base.css index 1be16a1f..0ec4df58 100644 --- a/CSS/themes/qbittorrent/qbittorrent-base.css +++ b/CSS/themes/qbittorrent/qbittorrent-base.css @@ -403,6 +403,18 @@ input[type="button" i] { border: none; color: #fff; } +button { + background-color: rgb(255, 255, 255, .08) !important; + cursor: pointer; + border: 2px solid transparent; + color: #fff; +} +button:hover { + background-color: rgb(255, 255, 255, .15) !important; + cursor: pointer; + border: 2px solid transparent; + color: #fff; +} input[type="submit" i] { padding: 6px 15px !important; width: 100%;