mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-18 22:06:44 +02: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;
|
||||||
}
|
}
|
||||||
|
@ -5,4 +5,9 @@ afx-resizer.vertical {
|
|||||||
afx-resizer.horizontal {
|
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;
|
||||||
}
|
}
|
@ -5,4 +5,8 @@ afx-resizer.vertical {
|
|||||||
afx-resizer.horizontal {
|
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…
x
Reference in New Issue
Block a user