Add css directives in less file & compile

This commit is contained in:
A Sigalas 2017-09-14 12:50:28 +00:00
parent 3882293c85
commit f176523f85
2 changed files with 49 additions and 1 deletions

View File

@ -3553,6 +3553,8 @@ td.lettersearch {
cursor: pointer; cursor: pointer;
} }
#egwpopup #egwpopup_list .egwpopup_message { #egwpopup #egwpopup_list .egwpopup_message {
height: 140px;
overflow: scroll;
padding: 10px; padding: 10px;
background-color: #fafafa; background-color: #fafafa;
border-radius: 3px; border-radius: 3px;
@ -3576,11 +3578,33 @@ td.lettersearch {
background-repeat: no-repeat; background-repeat: no-repeat;
padding-left: 26px; padding-left: 26px;
} }
#egwpopup #egwpopup_list .egwpopup_message .notification_expanded {
position: fixed;
top: 5vh;
height: 90vh;
left: 20vw;
width: 60vw;
box-shadow: 0 0 40px #666;
}
#egwpopup #egwpopup_list .egwpopup_message .notification_expanded:hover {
background-color: #fafafa;
}
#egwpopup #egwpopup_list .egwpopup_message_seen .egwpopup_mark { #egwpopup #egwpopup_list .egwpopup_message_seen .egwpopup_mark {
cursor: auto; cursor: auto;
background: none; background: none;
border-color: #666c6e; border-color: #666c6e;
} }
#egwpopup #egwpopup_list .egwpopup_expand {
display: inline-block;
float: right;
width: 24px;
height: 24px;
background-image: url(../images/search.png);
background-repeat: no-repeat;
background-position: center;
background-size: 12px;
cursor: pointer;
}
#egwpopup div#egwpopup_header { #egwpopup div#egwpopup_header {
font-size: 16px; font-size: 16px;
color: silver; color: silver;

View File

@ -79,6 +79,8 @@
cursor: pointer; cursor: pointer;
} }
.egwpopup_message { .egwpopup_message {
height: 140px;
overflow: scroll;
padding: 10px; padding: 10px;
background-color: #fafafa; background-color: #fafafa;
border-radius: 3px; border-radius: 3px;
@ -101,10 +103,32 @@
background-repeat: no-repeat; background-repeat: no-repeat;
padding-left: 26px; padding-left: 26px;
} }
.notification_expanded {
position: fixed;
top: 5vh;
height: 90vh;
left: 20vw;
width: 60vw;
box-shadow: 0 0 40px #666;
&:hover {
background-color: #fafafa;
}
}
} }
.egwpopup_message_seen { .egwpopup_message_seen {
.egwpopup_mark {cursor: auto;background:none;border-color: #666c6e;} .egwpopup_mark {cursor: auto;background:none;border-color: #666c6e;}
} }
.egwpopup_expand {
display: inline-block;
float: right;
width: 24px;
height: 24px;
background-image: url(../images/search.png);
background-repeat: no-repeat;
background-position: center;
background-size: 12px;
cursor: pointer;
}
} }
div#egwpopup_header { div#egwpopup_header {
font-size: 16px; font-size: 16px;
@ -311,4 +335,4 @@
// //