mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02: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;
|
float: right;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
border: 1px solid #666c6e;
|
border: 1px solid #b9436c;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
margin: 7px;
|
margin: 7px;
|
||||||
background: #b9436c;
|
background: #b9436c;
|
||||||
@ -3571,6 +3571,7 @@ td.lettersearch {
|
|||||||
#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;
|
||||||
}
|
}
|
||||||
#egwpopup div#egwpopup_header {
|
#egwpopup div#egwpopup_header {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
@ -3542,7 +3542,7 @@ td.lettersearch {
|
|||||||
float: right;
|
float: right;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
border: 1px solid #666c6e;
|
border: 1px solid #b9436c;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
margin: 7px;
|
margin: 7px;
|
||||||
background: #b9436c;
|
background: #b9436c;
|
||||||
@ -3560,6 +3560,7 @@ td.lettersearch {
|
|||||||
#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;
|
||||||
}
|
}
|
||||||
#egwpopup div#egwpopup_header {
|
#egwpopup div#egwpopup_header {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
@ -72,7 +72,7 @@
|
|||||||
float: right;
|
float: right;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
border: 1px solid #666c6e;
|
border: 1px solid #b9436c;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
margin: 7px;
|
margin: 7px;
|
||||||
background:#b9436c;
|
background:#b9436c;
|
||||||
@ -88,7 +88,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.egwpopup_message_seen {
|
.egwpopup_message_seen {
|
||||||
.egwpopup_mark {cursor: auto;background:none;}
|
.egwpopup_mark {cursor: auto;background:none;border-color: #666c6e;}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
div#egwpopup_header {
|
div#egwpopup_header {
|
||||||
|
@ -3564,7 +3564,7 @@ td.lettersearch {
|
|||||||
float: right;
|
float: right;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
border: 1px solid #666c6e;
|
border: 1px solid #b9436c;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
margin: 7px;
|
margin: 7px;
|
||||||
background: #b9436c;
|
background: #b9436c;
|
||||||
@ -3582,6 +3582,7 @@ td.lettersearch {
|
|||||||
#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;
|
||||||
}
|
}
|
||||||
#egwpopup div#egwpopup_header {
|
#egwpopup div#egwpopup_header {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user