diff --git a/submodules/strategy/strategy.css b/submodules/strategy/strategy.css index 8ece855..38eb472 100644 --- a/submodules/strategy/strategy.css +++ b/submodules/strategy/strategy.css @@ -536,7 +536,7 @@ margin-left: 20px; } #strategy_menu_popup .menu-block .title { - color: #22ccff; + color: #22a5ff; font-size: 22px; font-weight: 600; padding: 15px 0; @@ -557,7 +557,7 @@ #strategy_menu_popup .menu-block .menu-line .number-text { width: 32px; text-align: center; - color: #22ccff; + color: #22a5ff; font-size: 18px; font-weight: bold; cursor: pointer; @@ -588,7 +588,7 @@ } #strategy_menu_popup .menu-block .add-menu-line a { - color: #22ccff; + color: #22a5ff; text-decoration: underline; } @@ -597,17 +597,25 @@ } #strategy_menu_popup .action-block .cancel-link { - line-height: 30px; - margin-right: 40px; - color: #22ccff; + line-height: 30px; + margin-right: 40px; + color: #22a5ff; +} + +#strategy_menu_popup_accordion .greeting-option { + border-color: #c0c0c9; +} + +#strategy_menu_popup_accordion .greeting-option.active { + border-color: #22a5ff; } #strategy_menu_popup_accordion .greeting-option:not(:last-of-type) { - margin-bottom: 15px; + margin-bottom: 15px; } #strategy_menu_popup_accordion .greeting-option.active .greeting-option-header i { - color: #7FFF55 !important; + color: #22a5ff !important; } #strategy_menu_popup_accordion .greeting-option-header { @@ -615,11 +623,16 @@ font-weight: bold; border-radius: 4px; cursor: pointer; + background-color: #e0e0e9; +} + +#strategy_menu_popup_accordion .greeting-option-header:not(.collapsed) { + border-bottom-left-radius: none; + border-bottom-right-radius: none; } #strategy_menu_popup_accordion .greeting-option-header i { vertical-align: middle; - text-shadow: 0 0 1px #000; } #strategy_menu_popup_accordion .greeting-option-content { diff --git a/views/strategy-menuPopup.html b/views/strategy-menuPopup.html index e6e8c5d..912ca89 100644 --- a/views/strategy-menuPopup.html +++ b/views/strategy-menuPopup.html @@ -16,10 +16,10 @@
-
-
+
{{i18n.strategy.popup.ttsGreetingTitle}}
@@ -28,34 +28,34 @@ {{#compare greeting.media_source '===' 'tts'}}{{greeting.tts.text}}{{/compare}}
- - + +
-
-
+
{{i18n.strategy.popup.uploadGreetingTitle}}
- - + +
-
-
+
-
+
{{i18n.strategy.popup.recordGreetingTitle}}