Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/juliushaertl/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorR. Leloup <regis.leloup@colombbus.org>2020-03-19 23:08:42 +0300
committerGitHub <noreply@github.com>2020-03-19 23:08:42 +0300
commit9f3abc70584a69e2274ff6561615998d774732e9 (patch)
tree579aeb695ca649107c74eff9e6f545f1fa0a201e /css
parent8868834a62b987360b2be37f46f4b74a1c2eb816 (diff)
fix bug: unreadable icon with dark theme
https://github.com/juliushaertl/apporder/issues/83
Diffstat (limited to 'css')
-rw-r--r--css/apporder.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/css/apporder.css b/css/apporder.css
index 6087572..cc8e6da 100644
--- a/css/apporder.css
+++ b/css/apporder.css
@@ -18,7 +18,10 @@
filter: progid:DXImageTransform.Microsoft.BasicImage(invert='1');
opacity: .7;
}
-
+.dark #appsorter img {
+ -webkit-filter: invert(0);
+ filter: invert(0);
+}
#appsorter .placeholder {
border: 1px dashed #aaaaaa;
visibility: visible;