mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
FM style update
This commit is contained in:
parent
7565e8217f
commit
a379e01e5a
2 changed files with 13 additions and 3 deletions
8
web/css/styles.min.css
vendored
8
web/css/styles.min.css
vendored
|
@ -808,6 +808,14 @@ input[type="checkbox"] {
|
||||||
border-bottom: 3px solid #ff6e42;
|
border-bottom: 3px solid #ff6e42;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.l-stat__col.focus {
|
||||||
|
background-color: #ddd;
|
||||||
|
}
|
||||||
|
.l-stat__col.focus a {
|
||||||
|
border-bottom: 3px solid #AACC0D;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.l-stat__col a:hover .l-stat__col-title {
|
.l-stat__col a:hover .l-stat__col-title {
|
||||||
color: #ff6701;
|
color: #ff6701;
|
||||||
}
|
}
|
||||||
|
|
|
@ -151,14 +151,16 @@
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
shortcut.add("Ctrl+Backspace", function(){
|
// shortcut.add("Ctrl+Backspace", function(){
|
||||||
if($('form#vstobjects button.cancel')[0]){
|
shortcut.add("Backspace", function(){
|
||||||
|
console.log("read");
|
||||||
|
if($('form#vstobjects .button.cancel')[0]){
|
||||||
location.href=$('form#vstobjects input.cancel').attr('onclick').replace("location.href='", "").replace("'","");
|
location.href=$('form#vstobjects input.cancel').attr('onclick').replace("location.href='", "").replace("'","");
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
'type': 'keydown',
|
'type': 'keydown',
|
||||||
'propagate': false,
|
'propagate': false,
|
||||||
'disable_in_input': false,
|
'disable_in_input': true,
|
||||||
'target': document
|
'target': document
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue