From aa3ea6bd1cf6d3d6a5b082af08ab9134f63f0703 Mon Sep 17 00:00:00 2001 From: gilbN Date: Tue, 16 Apr 2019 00:30:15 +0200 Subject: [PATCH] fixed share css --- CSS/themes/filebrowser_dark.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CSS/themes/filebrowser_dark.css b/CSS/themes/filebrowser_dark.css index dd686ef6..45ec652c 100644 --- a/CSS/themes/filebrowser_dark.css +++ b/CSS/themes/filebrowser_dark.css @@ -131,6 +131,14 @@ body{ .material-icons, .prompt .file-list ul li:before{ color: white; } +.share__box__info { + background: #2d2c2c; +} +.share__box__download { + background: #2cabe3; + color: rgb(255, 255, 255); + border-bottom: 1px solid #2cabe3; +} #listing.list .item div:first-of-type i { color: #2cabe3; } @@ -189,7 +197,7 @@ select { color: rgb(238, 238, 238); } input, textarea, select, button{ - color: rgb(238, 238, 238); + color: rgb(0, 0, 0); } .collapsible>label *{ color: rgb(238, 238, 238);