Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2020-07-22 18:38:37 +0300
committerGitHub <noreply@github.com>2020-07-22 18:38:37 +0300
commitaa790934f340ba19b7ae00232478fdbf9ee69420 (patch)
tree4c26f1a630a0eda5a25dfa114273d156bbdc3a05 /plugins/Morpheus
parent5c03669282c210555b4998e4b4326a9202f6e5c9 (diff)
Fix focus color of select fields (#16236)
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/general/_forms.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Morpheus/stylesheets/general/_forms.less b/plugins/Morpheus/stylesheets/general/_forms.less
index 789566e4b1..9d9d55395a 100644
--- a/plugins/Morpheus/stylesheets/general/_forms.less
+++ b/plugins/Morpheus/stylesheets/general/_forms.less
@@ -125,4 +125,8 @@ input:not([type]):focus:not([readonly]) + label,
abbr[title] {
border-bottom: 1px dotted;
text-decoration: none;
+}
+
+.select-wrapper input.select-dropdown:focus {
+ border-bottom-color: @theme-color-brand;
} \ No newline at end of file