mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 14:08:22 +01:00
improve css resizer style
This commit is contained in:
parent
26e5e9bb53
commit
26a35a6c70
Binary file not shown.
@ -923,7 +923,7 @@ namespace OS {
|
||||
if (event.shiftKey) {
|
||||
fnk += "SHIFT";
|
||||
}
|
||||
console.log(fnk, c);
|
||||
//console.log(fnk, c);
|
||||
if (fnk == "") {
|
||||
return;
|
||||
}
|
||||
|
@ -5,4 +5,9 @@ afx-resizer.vertical {
|
||||
afx-resizer.horizontal {
|
||||
background-color: transparent;
|
||||
border-left: 1px solid #262626;
|
||||
}
|
||||
|
||||
afx-resizer.horizontal:hover, afx-resizer.vertical:hover
|
||||
{
|
||||
background-color: #116cd6;
|
||||
}
|
@ -5,4 +5,8 @@ afx-resizer.vertical {
|
||||
afx-resizer.horizontal {
|
||||
background-color: transparent;
|
||||
border-left: 1px solid #cbcbcb;
|
||||
}
|
||||
afx-resizer.horizontal:hover, afx-resizer.vertical:hover
|
||||
{
|
||||
background-color: #116cd6;
|
||||
}
|
Loading…
Reference in New Issue
Block a user