From 3b8b3da40730ac3c571a4834f592201ff29e7bcf Mon Sep 17 00:00:00 2001 From: Zambom Date: Wed, 1 Feb 2017 17:17:19 -0200 Subject: [PATCH] Adjusting icon colors and removing unnecessary icons --- amadeus/static/css/themes/green.css | 32 ++++++++++++++++++++++++++++++-- categories/templates/categories/list.html | 4 ---- subjects/templates/subjects/list.html | 4 ---- subjects/templates/subjects/subject_card.html | 4 ---- subjects/templates/subjects/view.html | 2 -- 5 files changed, 30 insertions(+), 16 deletions(-) diff --git a/amadeus/static/css/themes/green.css b/amadeus/static/css/themes/green.css index 4cd0fe7..e7c2b02 100644 --- a/amadeus/static/css/themes/green.css +++ b/amadeus/static/css/themes/green.css @@ -55,10 +55,26 @@ a, a:focus, a:hover { background-color: #015E96 !important; } +.category-panel .category-header .category-card-items i { + color: #014e7d; +} + +.category-panel .category-header .category-card-items i:hover { + color: #ffffff; +} + .subject-panel > .panel-heading { background-color: #0277BD !important; } +.subject-panel .category-header .category-card-items i { + color: #0267a4; +} + +.subject-panel .category-header .category-card-items i:hover { + color: #ffffff; +} + .group-panel > .panel-heading { background-color: #FFFFFF !important; } @@ -76,6 +92,14 @@ a, a:focus, a:hover { background-color: #1d8fe0 !important; } +.topic-panel .category-header .category-card-items i { + color: #1772b3; +} + +.topic-panel .category-header .category-card-items i:hover { + color: #ffffff; +} + .topic-panel > .category-panel-content, .topic-panel-invisible > .category-panel-content { background: #FFFFFF; } @@ -102,7 +126,7 @@ a, a:focus, a:hover { } .category-header .dropdown-menu i { - color: inherit; + color: inherit !important; } #create-category { @@ -390,7 +414,11 @@ a.add-row { } .resource_list .category-card-items i { - color: #CCCCCC; + color: #e5e5e5; +} + +.resource_list .category-card-items i:hover { + color: #7f7f7f; } .resource_list .category-card-items .dropdown-menu i { diff --git a/categories/templates/categories/list.html b/categories/templates/categories/list.html index 5f82284..e52a1b4 100755 --- a/categories/templates/categories/list.html +++ b/categories/templates/categories/list.html @@ -76,8 +76,6 @@ {% endif %} - - @@ -123,8 +121,6 @@ {% endif %} - - diff --git a/subjects/templates/subjects/list.html b/subjects/templates/subjects/list.html index 9707fdd..617595b 100644 --- a/subjects/templates/subjects/list.html +++ b/subjects/templates/subjects/list.html @@ -85,8 +85,6 @@ {% notifies_cat_number category request.user %} - - @@ -153,8 +151,6 @@ {% notifies_cat_number category request.user %} - - diff --git a/subjects/templates/subjects/subject_card.html b/subjects/templates/subjects/subject_card.html index 7ff6b37..4dab0d0 100644 --- a/subjects/templates/subjects/subject_card.html +++ b/subjects/templates/subjects/subject_card.html @@ -33,16 +33,12 @@
  •  {% trans 'Remove' %}
  • {% endif %} - - {% notifies_number subject request.user %} - - diff --git a/subjects/templates/subjects/view.html b/subjects/templates/subjects/view.html index fcd7e31..23acf15 100644 --- a/subjects/templates/subjects/view.html +++ b/subjects/templates/subjects/view.html @@ -60,8 +60,6 @@ {% notifies_number subject request.user %} - - -- libgit2 0.21.2