mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-24 08:06:45 +02:00
13 lines
285 B
CSS
13 lines
285 B
CSS
afx-resizer.vertical {
|
|
background-color: transparent;
|
|
border-top: 1px solid #262626;
|
|
}
|
|
afx-resizer.horizontal {
|
|
background-color: transparent;
|
|
border-left: 1px solid #262626;
|
|
}
|
|
|
|
afx-resizer.horizontal:hover, afx-resizer.vertical:hover
|
|
{
|
|
background-color: #116cd6;
|
|
} |