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

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2022-04-30 09:32:32 +0300
committerAleksander Machniak <alec@alec.pl>2022-04-30 09:32:32 +0300
commita040d63ff5a783882375edc6f3534bd184573790 (patch)
tree203d72509abf930507652d0116cbb089787109de
parentfbed6bb0744abf744ed59aca0a847b751977785e (diff)
Elastic: Fix text color in popover header (on mobile)
-rw-r--r--skins/elastic/styles/widgets/dialogs.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/elastic/styles/widgets/dialogs.less b/skins/elastic/styles/widgets/dialogs.less
index 2d946cb21..3cae8a3ba 100644
--- a/skins/elastic/styles/widgets/dialogs.less
+++ b/skins/elastic/styles/widgets/dialogs.less
@@ -128,6 +128,7 @@ html.layout-phone {
a {
display: inline-block;
width: 100%;
+ color: @color-popover-mobile-header;
}
}