mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-28 02: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) {
|
if (event.shiftKey) {
|
||||||
fnk += "SHIFT";
|
fnk += "SHIFT";
|
||||||
}
|
}
|
||||||
console.log(fnk, c);
|
//console.log(fnk, c);
|
||||||
if (fnk == "") {
|
if (fnk == "") {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -6,3 +6,8 @@ afx-resizer.horizontal {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-left: 1px solid #262626;
|
border-left: 1px solid #262626;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
afx-resizer.horizontal:hover, afx-resizer.vertical:hover
|
||||||
|
{
|
||||||
|
background-color: #116cd6;
|
||||||
|
}
|
@ -6,3 +6,7 @@ afx-resizer.horizontal {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-left: 1px solid #cbcbcb;
|
border-left: 1px solid #cbcbcb;
|
||||||
}
|
}
|
||||||
|
afx-resizer.horizontal:hover, afx-resizer.vertical:hover
|
||||||
|
{
|
||||||
|
background-color: #116cd6;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user