mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-29 01:56:44 +02:00
63 lines
1.5 KiB
CSS
63 lines
1.5 KiB
CSS
afx-list-view > div.list-container > ul li{
|
|
background-color: #363636;
|
|
}
|
|
afx-list-view > div.list-container > ul .afx-list-item:nth-child(even) li{
|
|
background-color:#3b3b3b;
|
|
}
|
|
|
|
afx-list-view i.closable:before{
|
|
color: #868686;
|
|
}
|
|
afx-list-view.dropdown > div.list-container > ul li:hover{
|
|
background-color: #464646;
|
|
}
|
|
afx-list-view > div.list-container > ul > .afx-list-item li.selected{
|
|
background-color: #116cd6;
|
|
color:white;
|
|
}
|
|
|
|
afx-list-view.dropdown > div.list-container > ul{
|
|
border:1px solid #262626;
|
|
box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.65);
|
|
border-radius: 3px;
|
|
background-color: #363636;
|
|
border-top-left-radius: 0px;
|
|
}
|
|
afx-list-view.dropdown div.list-container > div > afx-label
|
|
{
|
|
border:1px solid #262626;
|
|
border-radius: 3px;
|
|
background-color: #474747;
|
|
}
|
|
afx-list-view.dropdown {
|
|
color: white;
|
|
background-color: transparent;
|
|
}
|
|
|
|
afx-list-view ul.complex-content{
|
|
padding: 0;
|
|
margin: 0;
|
|
background-color: transparent;
|
|
}
|
|
afx-list-view ul.complex-content li{
|
|
padding:0;
|
|
background-color: transparent;
|
|
color:#5e5f59;
|
|
list-style: none;
|
|
}
|
|
afx-list-view > div.list-container > ul li.selected ul.complex-content li{
|
|
color:white;
|
|
}
|
|
afx-list-view div.button_container afx-button{
|
|
margin-right: 2px;
|
|
}
|
|
afx-list-view div.button_container afx-button button{
|
|
border-radius: 0;
|
|
}
|
|
afx-list-view .afx-list-item li afx-label.description
|
|
{
|
|
font-size: 13px;
|
|
padding-left: 10px;
|
|
}
|
|
|