Improved icon font view

This commit is contained in:
djmaze 2021-02-11 17:46:29 +01:00
parent 93738eac22
commit 4a8c9f8e18
31 changed files with 115 additions and 196 deletions

View file

@ -28,13 +28,14 @@
box-shadow: 0 0 0 1px rgba(0, 0, 255, 0.1), 0 1px 5px rgba(0, 0, 255, 0.2);
}
.checkedParent {
.checkboxAttachment {
position: absolute;
top: 0;
right: 0;
padding: 1px 4px 0 5px;
background: #FAFAFA;
border: 0 solid #CCC;
cursor: pointer;
}
.attachmentSize {

View file

@ -111,7 +111,7 @@
}
&.hideContactListCheckbox {
.checkedParent, .checkboxCkeckAll {
.checkboxItem {
display: none !important;
}
.sidebarParent {
@ -165,10 +165,11 @@
border-color: transparent !important;
}
.checkedParent {
.checkboxItem {
display: inline-block;
float: left;
padding: 0 8px 0 6px;
line-height: 45px;
}
.nameParent {

View file

@ -65,12 +65,13 @@
padding: 0;
}
.emailaddresses input[type="text"],
.emailaddresses input[type="text"]:focus,
.emailaddresses input[type="text"]:hover {
#rl-app .emailaddresses input[type="text"],
#rl-app .emailaddresses input[type="text"]:focus,
#rl-app .emailaddresses input[type="text"]:hover {
border: 0;
box-shadow: none;
height: 24px;
height: auto;
line-height: inherit;
margin: 0;
outline: 0;
padding: 0;

View file

@ -86,7 +86,7 @@ html.rl-no-preview-pane {
border-top-left-radius: @rlMainBorderRadius;
border-bottom: 1px solid #bbb;
.checkboxCkeckAll {
.checkboxCheckAll {
margin: 5px 0;
}
}
@ -558,7 +558,7 @@ html.rl-no-preview-pane {
}
&.hideMessageListCheckbox {
.checkboxMessage, .checkboxCkeckAll {
.checkboxMessage, .checkboxCheckAll {
display: none !important;
}
.sidebarParent {

View file

@ -247,7 +247,7 @@ html.rl-no-preview-pane {
border-radius: @rlLowBorderRadius;
scroll-behavior: smooth;
.buttonUp, .buttonUnFull, .buttonFull {
.buttonUnFull, .buttonFull {
display: inline-block;
position: fixed;
right: 25px;
@ -274,12 +274,7 @@ html.rl-no-preview-pane {
}
}
.buttonUp {
right: 65px;
z-index: 0;
}
.buttonUp, .buttonUnFull {
.buttonUnFull {
display: none;
}
@ -326,12 +321,12 @@ html.rl-no-preview-pane {
margin: 0;
}
.checkedParent {
.checkboxAttachment {
display: none;
}
&.selection-mode {
.checkedParent {
.checkboxAttachment {
display: inline-block;
}
}
@ -656,14 +651,8 @@ html.rl-message-fullscreen {
}
}
html .messageItem {
.buttonUp, .buttonUp {
display: none !important;
}
}
html:not(.rl-mobile) .messageItem {
.buttonUp, .buttonFull {
.buttonFull {
display: none !important;
}
}
@ -675,7 +664,4 @@ html.rl-message-fullscreen .messageItem {
.buttonFull {
display: none !important;
}
.buttonUp {
display: none !important;
}
}

View file

@ -34,7 +34,6 @@ label.inline, span.inline {
}
.btn-small.btn-small-small {
padding: 3px 9px;
font-size: 11px;
line-height: 11px;
}

View file

@ -1,5 +1,4 @@
.fontastic,
[class^="icon-"],
[class*=" icon-"] {
display: inline-block;
@ -25,7 +24,7 @@
}
}
.icon-folder, .icon-folder-add, .icon-list {
.icon-folder, .icon-folder-add {
font-size: 18px;
margin-top: -1px;
margin-left: -1px;
@ -55,22 +54,6 @@
background-image: none !important;
}
.icon-checkbox-checked, .icon-checkbox-unchecked, .icon-checkbox-partial, .icon-radio-checked, .icon-radio-unchecked {
cursor: pointer;
&:hover, &:active {
filter: brightness(0.5);
}
}
.icon-white {
&.icon-checkbox-checked, &.icon-checkbox-unchecked, &.icon-checkbox-partial, &.icon-radio-checked, &.icon-radio-unchecked {
color: #eee;
&:hover, &:active {
color: #fff;
}
}
}
.iconcolor-display-none {
display: none;
}