From 6b60e109bb3feff911af34b13acdc75f2f9487b2 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 6 Sep 2016 14:40:56 +0200 Subject: Add multipaste queue button to navigation Signed-off-by: Florian Pritz --- public_html/data/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public_html') diff --git a/public_html/data/css/style.css b/public_html/data/css/style.css index 8868c5995..18ff1ee4f 100644 --- a/public_html/data/css/style.css +++ b/public_html/data/css/style.css @@ -54,6 +54,10 @@ height: 160px; } +.nav li.multipaste_button a { + color: #fff; +} + .ajaxFeedback { display: inline-block; } -- cgit v1.2.3-24-g4f1b