From e772bcb00b291a8776bc62bf5133a578f03f2376 Mon Sep 17 00:00:00 2001 From: Hermann Blum <hermannsblum@yahoo.de> Date: Sat, 2 Dec 2017 18:48:43 +0100 Subject: [PATCH] add styles needed for announce tool --- index.html | 3 +++ lib/cust/main.css | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/index.html b/index.html index baf15a8..12df961 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,9 @@ <link rel="icon" type="image/png" sizes="16x16" href="res/favicon/favicon-16x16.png"> <link href="res/bootstrap/css/bootstrap.min.css" rel="stylesheet"> + + <link href="//cdn.rawgit.com/noelboss/featherlight/1.7.10/release/featherlight.min.css" type="text/css" rel="stylesheet" /> + <link href="lib/cust/main.css" rel="stylesheet"> </head> diff --git a/lib/cust/main.css b/lib/cust/main.css index c40b87a..444c13c 100644 --- a/lib/cust/main.css +++ b/lib/cust/main.css @@ -159,3 +159,24 @@ body { top: 10px; transform: translateX(-50%); } + +/* + ANNOUNCE TOOL +*/ + +.selected{ + background: #98FB98; +} +.featured{ + background: salmon; +} + +.selectedcolor{ + background: #98FB98; +} +.featuredcolor{ + background: salmon; +} + + + -- GitLab