From c3bdaa9bbef0489ec3c3ee0bbf3d6b0d92a60f69 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 5 Mar 2019 10:32:15 +0100 Subject: [PATCH] picking a dark gray for ranking app for now --- pixelegg/css/modern.css | 24 ++++++++++++++++++++++++ pixelegg/css/modern.less | 13 +++++++++++-- pixelegg/mobile/app_colors.css | 13 +++++++++++++ pixelegg/mobile/app_colors.less | 11 +++++++++-- pixelegg/mobile/fw_mobile.css | 13 +++++++++++++ 5 files changed, 70 insertions(+), 4 deletions(-) diff --git a/pixelegg/css/modern.css b/pixelegg/css/modern.css index e4b5350d8f..2778e7251d 100644 --- a/pixelegg/css/modern.css +++ b/pixelegg/css/modern.css @@ -6581,6 +6581,19 @@ form[id^="wiki-"] .dialogHeadbar { #wiki_sidebox_header { border-left: 6px solid #797979 !important; } +div[id^="ranking-"] .nm_favorites_div .et2_dropdown button:nth-child(2), +form[id^="ranking-"] .nm_favorites_div .et2_dropdown button:nth-child(2), +div[id^="ranking-"] .plus_button, +form[id^="ranking-"] .plus_button, +div[id^="ranking-"] .search.nm-mob-header, +form[id^="ranking-"] .search.nm-mob-header, +div[id^="ranking-"] .dialogHeadbar, +form[id^="ranking-"] .dialogHeadbar { + background-color: #404040; +} +#ranking_sidebox_header { + border-left: 6px solid #404040 !important; +} #egw_fw_sidemenu.egw_fw_sidebar_toggleOn #addressbook_sidebox_header.egw_fw_ui_sidemenu_entry_header_active { background-color: rgba(51, 51, 153, 0.3); } @@ -6713,6 +6726,17 @@ form[id^="wiki-"] .dialogHeadbar { border-bottom-color: #797979; border-bottom-width: 4px !important; } +#egw_fw_sidemenu.egw_fw_sidebar_toggleOn #ranking_sidebox_header.egw_fw_ui_sidemenu_entry_header_active { + background-color: rgba(64, 64, 64, 0.3); +} +#ranking_sidebox_header { + border-left: 4px solid #404040 !important; +} +#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #ranking-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active { + border-bottom: 4px solid; + border-bottom-color: #404040; + border-bottom-width: 4px !important; +} #egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon { filter: none; } diff --git a/pixelegg/css/modern.less b/pixelegg/css/modern.less index 417acac863..241142fb54 100644 --- a/pixelegg/css/modern.less +++ b/pixelegg/css/modern.less @@ -124,7 +124,7 @@ border-bottom-color: @tracker-color; border-bottom-width: 4px !important; } -//Wiki +// Wiki #egw_fw_sidemenu.egw_fw_sidebar_toggleOn #wiki_sidebox_header.egw_fw_ui_sidemenu_entry_header_active { background-color: fade(@wiki-color, 30%); } @@ -134,7 +134,16 @@ border-bottom-color: @wiki-color; border-bottom-width: 4px !important; } - +// Ranking +#egw_fw_sidemenu.egw_fw_sidebar_toggleOn #ranking_sidebox_header.egw_fw_ui_sidemenu_entry_header_active { + background-color: fade(@ranking-color, 30%); +} +#ranking_sidebox_header {border-left:4px solid @ranking-color !important;} +#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header #ranking-egw_fw_ui_tab_header.egw_fw_ui_tab_header_active { + border-bottom: 4px solid; + border-bottom-color: @ranking-color; + border-bottom-width: 4px !important; +} #egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {filter: none;} #egw_fw_sidebar { diff --git a/pixelegg/mobile/app_colors.css b/pixelegg/mobile/app_colors.css index b393e5c153..299512bf32 100644 --- a/pixelegg/mobile/app_colors.css +++ b/pixelegg/mobile/app_colors.css @@ -162,3 +162,16 @@ form[id^="wiki-"] .dialogHeadbar { #wiki_sidebox_header { border-left: 6px solid #797979 !important; } +div[id^="ranking-"] .nm_favorites_div .et2_dropdown button:nth-child(2), +form[id^="ranking-"] .nm_favorites_div .et2_dropdown button:nth-child(2), +div[id^="ranking-"] .plus_button, +form[id^="ranking-"] .plus_button, +div[id^="ranking-"] .search.nm-mob-header, +form[id^="ranking-"] .search.nm-mob-header, +div[id^="ranking-"] .dialogHeadbar, +form[id^="ranking-"] .dialogHeadbar { + background-color: #404040; +} +#ranking_sidebox_header { + border-left: 6px solid #404040 !important; +} diff --git a/pixelegg/mobile/app_colors.less b/pixelegg/mobile/app_colors.less index 17efa2eed8..65bb0b3d0e 100644 --- a/pixelegg/mobile/app_colors.less +++ b/pixelegg/mobile/app_colors.less @@ -25,6 +25,7 @@ @timesheet-color:#9d15ea; @tracker-color: #006666; @wiki-color: #797979; +@ranking-color: #404040; // Addressbook div[id^="addressbook-"],form[id^="addressbook-"] { @@ -82,8 +83,14 @@ div[id^="tracker-"],form[id^="tracker-"] { } #tracker_sidebox_header {border-left:6px solid @tracker-color !important;} -//Wiki +// Wiki div[id^="wiki-"],form[id^="wiki-"] { .nm_favorites_div .et2_dropdown button:nth-child(2),.plus_button,.search.nm-mob-header,.dialogHeadbar {background-color: @wiki-color;} } -#wiki_sidebox_header {border-left:6px solid @wiki-color !important;} \ No newline at end of file +#wiki_sidebox_header {border-left:6px solid @wiki-color !important;} + +// Ranking +div[id^="ranking-"],form[id^="ranking-"] { + .nm_favorites_div .et2_dropdown button:nth-child(2),.plus_button,.search.nm-mob-header,.dialogHeadbar {background-color: @ranking-color;} +} +#ranking_sidebox_header {border-left:6px solid @ranking-color !important;} \ No newline at end of file diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 08df3c1929..444f896652 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -7364,6 +7364,19 @@ form[id^="wiki-"] .dialogHeadbar { #wiki_sidebox_header { border-left: 6px solid #797979 !important; } +div[id^="ranking-"] .nm_favorites_div .et2_dropdown button:nth-child(2), +form[id^="ranking-"] .nm_favorites_div .et2_dropdown button:nth-child(2), +div[id^="ranking-"] .plus_button, +form[id^="ranking-"] .plus_button, +div[id^="ranking-"] .search.nm-mob-header, +form[id^="ranking-"] .search.nm-mob-header, +div[id^="ranking-"] .dialogHeadbar, +form[id^="ranking-"] .dialogHeadbar { + background-color: #404040; +} +#ranking_sidebox_header { + border-left: 6px solid #404040 !important; +} /********************************/ /* */ /* MEDIA DEFINITION */