From 538462f1343249ce2db06193d084c1de8fbe36c6 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Tue, 2 Oct 2018 02:06:44 +0200 Subject: [PATCH] Fix download-link color in dark boostrap themes This makes the "Download attachment" link white in bootstrap-dark and boostrap-dark-page. This is an upstream bug of darkstrap, but it's not maintained anymore. --- css/bootstrap/privatebin.css | 4 ++++ tpl/bootstrap.php | 3 +++ 2 files changed, 7 insertions(+) diff --git a/css/bootstrap/privatebin.css b/css/bootstrap/privatebin.css index 6c4b1028..8355ac38 100644 --- a/css/bootstrap/privatebin.css +++ b/css/bootstrap/privatebin.css @@ -144,3 +144,7 @@ footer h4 { li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 { list-style-type: decimal !important; } + +.dark-theme .alert-info .alert-link { + color: #fff; +} diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php index 272c4cb6..91fb815c 100644 --- a/tpl/bootstrap.php +++ b/tpl/bootstrap.php @@ -92,6 +92,9 @@ endif; if ($isCpct): ?> class="navbar-spacing" class="dark-theme">