mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-06 16:46:45 +02:00
26 lines
603 B
CSS
26 lines
603 B
CSS
afx-overlay[data-id = "notifyzone"]{
|
|
/*opacity: 0.85;*/
|
|
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
padding:3px;
|
|
margin: 0;
|
|
}
|
|
afx-overlay[data-id = "notifyzone"] afx-button button{
|
|
width: 100%;
|
|
border-radius: 0;
|
|
}
|
|
afx-list-view[data-id = "notifylist"]
|
|
{
|
|
padding:0;
|
|
}
|
|
afx-list-view[data-id = "notifylist"] > div.list-container > ul li{
|
|
border:1px solid #464646;
|
|
border-radius: 3px;
|
|
margin-bottom: 5px;
|
|
-ms-word-break: break-all;
|
|
word-break: break-all;
|
|
word-break: break-word;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
} |