mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
cleanup some orphan css
This commit is contained in:
parent
e562ed159c
commit
31828b125f
4 changed files with 4 additions and 15 deletions
2
dev/External/User/ko.js
vendored
2
dev/External/User/ko.js
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
const ko = window.ko,
|
const ko = window.ko,
|
||||||
|
|
||||||
rlContentType = 'rainloop/action',
|
rlContentType = 'snappymail/action',
|
||||||
|
|
||||||
// In Chrome we have no access to getData unless it's the 'drop' event
|
// In Chrome we have no access to getData unless it's the 'drop' event
|
||||||
getDragAction = e => dragData && e.dataTransfer.types.includes(rlContentType) ? dragData.action : false,
|
getDragAction = e => dragData && e.dataTransfer.types.includes(rlContentType) ? dragData.action : false,
|
||||||
|
|
|
||||||
|
|
@ -170,13 +170,6 @@
|
||||||
padding: 0 8px 0 6px;
|
padding: 0 8px 0 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shareParent {
|
|
||||||
display: none;
|
|
||||||
float: right;
|
|
||||||
position: relative;
|
|
||||||
margin: 2px 8px 0 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nameParent {
|
.nameParent {
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
@ -201,10 +194,6 @@
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.shared .shareParent {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.checked {
|
&.checked {
|
||||||
z-index: 101;
|
z-index: 101;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -142,7 +142,7 @@
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-button, .language-button {
|
.language-button {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -79,7 +79,7 @@
|
||||||
.thm-login-text {
|
.thm-login-text {
|
||||||
color: @login-color !important;
|
color: @login-color !important;
|
||||||
|
|
||||||
.legend, .e-checkbox-icon, .g-ui-link, .social-button, .language-button {
|
.legend, .e-checkbox-icon, .g-ui-link, .language-button {
|
||||||
color: @login-color !important;
|
color: @login-color !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -295,7 +295,7 @@ html.glass {
|
||||||
color: @glass-m-color;
|
color: @glass-m-color;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
|
|
||||||
.legend, .e-checkbox-icon, .g-ui-link, .social-button, .language-button {
|
.legend, .e-checkbox-icon, .g-ui-link, .language-button {
|
||||||
color: @glass-m-color;
|
color: @glass-m-color;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue