summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_styles.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/scss/_styles.scss')
-rw-r--r--web-ui/app/scss/_styles.scss32
1 files changed, 4 insertions, 28 deletions
diff --git a/web-ui/app/scss/_styles.scss b/web-ui/app/scss/_styles.scss
index 63f15f6a..98c70c68 100644
--- a/web-ui/app/scss/_styles.scss
+++ b/web-ui/app/scss/_styles.scss
@@ -528,10 +528,6 @@ section {
box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.12);
z-index: 2;
overflow-y: auto;
- @include read-msg;
- [id^=fullView-] {
- position: relative;
- }
}
}
@@ -578,9 +574,11 @@ section {
button {
border: 1px solid transparent;
+
i {
margin-left: 5px;
}
+
&#trash-button {
background: $white;
border: 1px solid $medium_light_grey;
@@ -591,30 +589,8 @@ button {
background: $contrast;
}
}
- &.close-mail-button {
- background: transparent;
- color: $medium_light_grey;
- float: right;
- &:hover {
- color: darken($medium_light_grey, 10%);
- }
- }
- &.close-mail-button {
- position: absolute;
- left: 0;
- top: 0;
- margin: 0;
- padding: 3px 6px 5px;
- background: $lighter_gray;
- opacity: 0.7;
- @include border-radius(0);
- &:hover {
- opacity: 1;
- }
- i {
- margin: 0;
- }
- }
+
+
&.no-style {
background: transparent;
color: $medium_light_grey;