forked from extern/egroupware
Add noconnection css class
This commit is contained in:
parent
a68f9f54b7
commit
1fd11caa06
@ -4969,6 +4969,12 @@ td.message span.message {
|
||||
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span span.busy {
|
||||
background-color: #f5455c;
|
||||
}
|
||||
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span span.noconnection {
|
||||
background-color: #E1E16D;
|
||||
}
|
||||
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span span.noconnection:before {
|
||||
content: "!";
|
||||
}
|
||||
#egw_fw_topmenu_info_items #topmenu_info_logout {
|
||||
background-image: url(../images/logout.svg);
|
||||
}
|
||||
|
@ -4958,6 +4958,12 @@ td.message span.message {
|
||||
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span span.busy {
|
||||
background-color: #f5455c;
|
||||
}
|
||||
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span span.noconnection {
|
||||
background-color: #E1E16D;
|
||||
}
|
||||
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span span.noconnection:before {
|
||||
content: "!";
|
||||
}
|
||||
#egw_fw_topmenu_info_items #topmenu_info_logout {
|
||||
background-image: url(../images/logout.svg);
|
||||
}
|
||||
|
@ -4969,6 +4969,12 @@ td.message span.message {
|
||||
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span span.busy {
|
||||
background-color: #f5455c;
|
||||
}
|
||||
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span span.noconnection {
|
||||
background-color: #E1E16D;
|
||||
}
|
||||
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span span.noconnection:before {
|
||||
content: "!";
|
||||
}
|
||||
#egw_fw_topmenu_info_items #topmenu_info_logout {
|
||||
background-image: url(../images/logout.svg);
|
||||
}
|
||||
|
@ -86,6 +86,10 @@
|
||||
span.busy {
|
||||
background-color: #f5455c;
|
||||
}
|
||||
span.noconnection {
|
||||
background-color: #E1E16D;
|
||||
&:before {content:"!"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -4980,6 +4980,12 @@ td.message span.message {
|
||||
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span span.busy {
|
||||
background-color: #f5455c;
|
||||
}
|
||||
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span span.noconnection {
|
||||
background-color: #E1E16D;
|
||||
}
|
||||
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span span.noconnection:before {
|
||||
content: "!";
|
||||
}
|
||||
#egw_fw_topmenu_info_items #topmenu_info_logout {
|
||||
background-image: url(../images/logout.svg);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user