WIP Notifications System:

- Fix mark as seen button styling
This commit is contained in:
Hadi Nategh 2017-05-18 15:51:28 +02:00
parent 92b5133c5f
commit b5dc938ae9
4 changed files with 8 additions and 5 deletions

View File

@ -3553,7 +3553,7 @@ td.lettersearch {
float: right;
width: 10px;
height: 10px;
border: 1px solid #666c6e;
border: 1px solid #b9436c;
border-radius: 50%;
margin: 7px;
background: #b9436c;
@ -3571,6 +3571,7 @@ td.lettersearch {
#egwpopup #egwpopup_list .egwpopup_message_seen .egwpopup_mark {
cursor: auto;
background: none;
border-color: #666c6e;
}
#egwpopup div#egwpopup_header {
font-size: 16px;

View File

@ -3542,7 +3542,7 @@ td.lettersearch {
float: right;
width: 10px;
height: 10px;
border: 1px solid #666c6e;
border: 1px solid #b9436c;
border-radius: 50%;
margin: 7px;
background: #b9436c;
@ -3560,6 +3560,7 @@ td.lettersearch {
#egwpopup #egwpopup_list .egwpopup_message_seen .egwpopup_mark {
cursor: auto;
background: none;
border-color: #666c6e;
}
#egwpopup div#egwpopup_header {
font-size: 16px;

View File

@ -72,7 +72,7 @@
float: right;
width: 10px;
height: 10px;
border: 1px solid #666c6e;
border: 1px solid #b9436c;
border-radius: 50%;
margin: 7px;
background:#b9436c;
@ -88,7 +88,7 @@
}
}
.egwpopup_message_seen {
.egwpopup_mark {cursor: auto;background:none;}
.egwpopup_mark {cursor: auto;background:none;border-color: #666c6e;}
}
}
div#egwpopup_header {

View File

@ -3564,7 +3564,7 @@ td.lettersearch {
float: right;
width: 10px;
height: 10px;
border: 1px solid #666c6e;
border: 1px solid #b9436c;
border-radius: 50%;
margin: 7px;
background: #b9436c;
@ -3582,6 +3582,7 @@ td.lettersearch {
#egwpopup #egwpopup_list .egwpopup_message_seen .egwpopup_mark {
cursor: auto;
background: none;
border-color: #666c6e;
}
#egwpopup div#egwpopup_header {
font-size: 16px;