From dcb2a0ce658fe332619898517b64eb25159e1057 Mon Sep 17 00:00:00 2001 From: tejagerjovic Date: Sat, 18 Jun 2022 04:03:46 +0200 Subject: [PATCH] [Redizajn 1KA] Popupi: Analize - Filtri > Skupine - v2 --- .../classes/class.SurveyZankaProfiles.php | 8 +++---- public/css/admin_new.css | 24 ++++++++++++------- .../survey_analysis/popups/profiles.scss | 24 ++++++++++++------- 3 files changed, 36 insertions(+), 20 deletions(-) diff --git a/admin/survey/classes/class.SurveyZankaProfiles.php b/admin/survey/classes/class.SurveyZankaProfiles.php index 1d9bd099b..a736d23a1 100644 --- a/admin/survey/classes/class.SurveyZankaProfiles.php +++ b/admin/survey/classes/class.SurveyZankaProfiles.php @@ -268,8 +268,8 @@ class SurveyZankaProfiles { echo '
'.NEW_LINE; echo $lang['srv_select'].NEW_LINE; - echo ''.$lang['srv_all'].''.NEW_LINE; - echo ''.$lang['srv_none'].' '.NEW_LINE; + echo ''.$lang['srv_all'].' - '.NEW_LINE; + echo ''.$lang['srv_none'].' - '.NEW_LINE; echo ''.$lang['srv_invert'].''.NEW_LINE; echo '
'.NEW_LINE; @@ -303,8 +303,8 @@ class SurveyZankaProfiles { echo '
'.NEW_LINE; echo '
'.NEW_LINE; echo $lang['srv_select'].NEW_LINE; - echo ''.$lang['srv_all'].''.NEW_LINE; - echo ''.$lang['srv_none'].' '.NEW_LINE; + echo ''.$lang['srv_all'].' - '.NEW_LINE; + echo ''.$lang['srv_none'].' - '.NEW_LINE; echo ''.$lang['srv_invert'].''.NEW_LINE; echo '
'.NEW_LINE; diff --git a/public/css/admin_new.css b/public/css/admin_new.css index eb3d2d328..d5c33195e 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -30852,13 +30852,15 @@ and open the template in the editor. margin-bottom: 5px; } #fs_list_1 li.dds_selected { - background: #B3CBC2; + background: #EAF9FE; + color: #1E88E5; } #fs_list_1 li.dds_ghost { opacity: 0.5; } #fs_list_1 li.dds_move { - background: #cfc; + background: #EAF9FE; + color: #1E88E5; } #fs_list_2 { @@ -30885,13 +30887,15 @@ and open the template in the editor. margin-bottom: 5px; } #fs_list_2 li.dds_selected { - background: #B3CBC2; + background: #EAF9FE; + color: #1E88E5; } #fs_list_2 li.dds_ghost { opacity: 0.5; } #fs_list_2 li.dds_move { - background: #cfc; + background: #EAF9FE; + color: #1E88E5; } #fs_list_3 { @@ -30918,13 +30922,15 @@ and open the template in the editor. margin-bottom: 5px; } #fs_list_3 li.dds_selected { - background: #B3CBC2; + background: #EAF9FE; + color: #1E88E5; } #fs_list_3 li.dds_ghost { opacity: 0.5; } #fs_list_3 li.dds_move { - background: #cfc; + background: #EAF9FE; + color: #1E88E5; } #fs_list_4 { @@ -30951,13 +30957,15 @@ and open the template in the editor. margin-bottom: 5px; } #fs_list_4 li.dds_selected { - background: #B3CBC2; + background: #EAF9FE; + color: #1E88E5; } #fs_list_4 li.dds_ghost { opacity: 0.5; } #fs_list_4 li.dds_move { - background: #cfc; + background: #EAF9FE; + color: #1E88E5; } #tbl_color_ersidual { diff --git a/resources/sass/admin_new/pages/survey_analysis/popups/profiles.scss b/resources/sass/admin_new/pages/survey_analysis/popups/profiles.scss index 4bb615df8..0b3e29925 100644 --- a/resources/sass/admin_new/pages/survey_analysis/popups/profiles.scss +++ b/resources/sass/admin_new/pages/survey_analysis/popups/profiles.scss @@ -169,13 +169,15 @@ and open the template in the editor. margin-bottom: 5px; } li.dds_selected { - background: #B3CBC2; + background: $light-blue; + color: $blue } li.dds_ghost { opacity: 0.5; } li.dds_move { - background: #cfc; + background: $light-blue; + color: $blue } } #fs_list_2 { @@ -201,13 +203,15 @@ and open the template in the editor. margin-bottom: 5px; } li.dds_selected { - background: #B3CBC2; + background: $light-blue; + color: $blue } li.dds_ghost { opacity: 0.5; } li.dds_move { - background: #cfc; + background: $light-blue; + color: $blue } } #fs_list_3 { @@ -233,13 +237,15 @@ and open the template in the editor. margin-bottom: 5px; } li.dds_selected { - background: #B3CBC2; + background: $light-blue; + color: $blue } li.dds_ghost { opacity: 0.5; } li.dds_move { - background: #cfc; + background: $light-blue; + color: $blue } } #fs_list_4 { @@ -265,13 +271,15 @@ and open the template in the editor. margin-bottom: 5px; } li.dds_selected { - background: #B3CBC2; + background: $light-blue; + color: $blue } li.dds_ghost { opacity: 0.5; } li.dds_move { - background: #cfc; + background: $light-blue; + color: $blue } }