diff options
| author | makitso <makitso@gmail.com> | 2018-02-20 09:24:07 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2018-02-20 09:24:07 -0700 |
| commit | d3a2cf91ae7d8692aecd37d63149111265a39f00 (patch) | |
| tree | 1d181a715ccda123256d9769ca96873938c704d9 /themes/clouds/css-2.0.0/style.css | |
| parent | e1d1700b3005d229807279edce3104c28fdb6b19 (diff) | |
| download | webtrees-d3a2cf91ae7d8692aecd37d63149111265a39f00.tar.gz webtrees-d3a2cf91ae7d8692aecd37d63149111265a39f00.tar.bz2 webtrees-d3a2cf91ae7d8692aecd37d63149111265a39f00.zip | |
Correct dropdown highlights for clouds and colors
Diffstat (limited to 'themes/clouds/css-2.0.0/style.css')
| -rwxr-xr-x | themes/clouds/css-2.0.0/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/clouds/css-2.0.0/style.css b/themes/clouds/css-2.0.0/style.css index 6d1df3b8fe..a0dbdc02d3 100755 --- a/themes/clouds/css-2.0.0/style.css +++ b/themes/clouds/css-2.0.0/style.css @@ -1,3 +1,4 @@ + /** * webtrees: online genealogy * Copyright (C) 2018 webtrees development team @@ -292,6 +293,7 @@ a > .wt-icon-arrow-up:hover::before { .wt-header-wrapper .dropdown-item.active { font-weight: bold; + color: inherit; } .wt-header-container { |
