From e294360287ec52c9b5a0c7d1d6c21626aa1c171f Mon Sep 17 00:00:00 2001 From: Zambom Date: Wed, 13 Sep 2017 21:56:56 -0300 Subject: [PATCH] Changing badge background in red theme --- amadeus/static/css/.sass-cache/a7f87b90919294b62ab4f8079e31dcda8f485534/red.sassc | Bin 198804 -> 0 bytes amadeus/static/css/themes/red.css | 2 +- amadeus/static/css/themes/red.sass | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/amadeus/static/css/.sass-cache/a7f87b90919294b62ab4f8079e31dcda8f485534/red.sassc b/amadeus/static/css/.sass-cache/a7f87b90919294b62ab4f8079e31dcda8f485534/red.sassc index 47b977d..7c82367 100644 Binary files a/amadeus/static/css/.sass-cache/a7f87b90919294b62ab4f8079e31dcda8f485534/red.sassc and b/amadeus/static/css/.sass-cache/a7f87b90919294b62ab4f8079e31dcda8f485534/red.sassc differ diff --git a/amadeus/static/css/themes/red.css b/amadeus/static/css/themes/red.css index b592373..145e88e 100644 --- a/amadeus/static/css/themes/red.css +++ b/amadeus/static/css/themes/red.css @@ -19,7 +19,7 @@ body .container-fluid .well-inverse { color: #424242; } .notify_badge { - background-color: #616161 !important; } + background-color: #039BE5 !important; } .access-subject { background-color: #039BE5 !important; diff --git a/amadeus/static/css/themes/red.sass b/amadeus/static/css/themes/red.sass index f86c2ef..b4da906 100644 --- a/amadeus/static/css/themes/red.sass +++ b/amadeus/static/css/themes/red.sass @@ -6,7 +6,7 @@ $secondary-color: #A31616 $primary-title: #424242 $secondary-title: #D32F2F -$primary-badge: #616161 +$primary-badge: #039BE5 $primary-menu-bg: #D32F2F $primary-menu-color: #333333 -- libgit2 0.21.2