mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-20 14:26:44 +02:00
12 lines
284 B
CSS
12 lines
284 B
CSS
afx-resizer.vertical {
|
|
background-color: transparent;
|
|
border-top: 1px solid #cbcbcb;
|
|
}
|
|
afx-resizer.horizontal {
|
|
background-color: transparent;
|
|
border-left: 1px solid #cbcbcb;
|
|
}
|
|
afx-resizer.horizontal:hover, afx-resizer.vertical:hover
|
|
{
|
|
background-color: #116cd6;
|
|
} |