diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-09-06 14:40:56 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-11-01 17:26:31 +0100 |
commit | 6b60e109bb3feff911af34b13acdc75f2f9487b2 (patch) | |
tree | ff5045dbf90efc5eb07bea0a8117ebd71b9242d5 /public_html/data/css/style.css | |
parent | b78773f3fb954654515d551bef9cb8e68cd4b05a (diff) |
Add multipaste queue button to navigation
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'public_html/data/css/style.css')
-rw-r--r-- | public_html/data/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |