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>2019-04-28 11:30:05 +0300
committerAleksander Machniak <alec@alec.pl>2019-04-28 11:30:05 +0300
commit00ef5d05ef4f168f436dcb2ae5f8b41c6afd1abb (patch)
treedc530fea53d598ae0f6d0b27e6a94c9c939f94ec /skins/elastic/styles
parent68f4566b0f4028c8f4dedee230255daa56b06138 (diff)
parent07d4996825185c5a4e631640a6d2c32bd50a0bf6 (diff)
Merge branch 'master' into dev/elastic
Diffstat (limited to 'skins/elastic/styles')
-rw-r--r--skins/elastic/styles/styles.less2
-rw-r--r--skins/elastic/styles/widgets/forms.less7
2 files changed, 7 insertions, 2 deletions
diff --git a/skins/elastic/styles/styles.less b/skins/elastic/styles/styles.less
index 2790813ed..49e3dcaa2 100644
--- a/skins/elastic/styles/styles.less
+++ b/skins/elastic/styles/styles.less
@@ -353,7 +353,7 @@ body.task-error-login #layout {
.header-title {
.overflow-ellipsis;
white-space: nowrap;
- max-width: 7em;
+ max-width: 8em;
font-weight: bold;
padding-right: 1rem;
vertical-align: top;
diff --git a/skins/elastic/styles/widgets/forms.less b/skins/elastic/styles/widgets/forms.less
index 5d8fd77b7..46827dfe9 100644
--- a/skins/elastic/styles/widgets/forms.less
+++ b/skins/elastic/styles/widgets/forms.less
@@ -1306,7 +1306,6 @@ html.ms .propform {
&:after {
border-radius: .6rem;
margin: .15rem 0;
- cursor: pointer;
html.touch & {
border-radius: .8rem;
@@ -1346,6 +1345,12 @@ html.ms .propform {
transform: translateX(1rem);
}
}
+
+ .custom-control-input:not(:disabled) ~ .custom-control-label {
+ &:after, &:before {
+ cursor: pointer;
+ }
+ }
}
.custom-file {