mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 21:21:04 +01:00
WIP Notifications System:
- Fix mark as seen button styling
This commit is contained in:
parent
92b5133c5f
commit
b5dc938ae9
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user