Skip to content

Commit a379e01

Browse files
committed
FM style update
1 parent 7565e82 commit a379e01

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

web/css/styles.min.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,14 @@ input[type="checkbox"] {
808808
border-bottom: 3px solid #ff6e42;
809809
}
810810

811+
.l-stat__col.focus {
812+
background-color: #ddd;
813+
}
814+
.l-stat__col.focus a {
815+
border-bottom: 3px solid #AACC0D;
816+
}
817+
818+
811819
.l-stat__col a:hover .l-stat__col-title {
812820
color: #ff6701;
813821
}

web/templates/footer.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,16 @@
151151
}
152152
);
153153

154-
shortcut.add("Ctrl+Backspace", function(){
155-
if($('form#vstobjects button.cancel')[0]){
154+
// shortcut.add("Ctrl+Backspace", function(){
155+
shortcut.add("Backspace", function(){
156+
console.log("read");
157+
if($('form#vstobjects .button.cancel')[0]){
156158
location.href=$('form#vstobjects input.cancel').attr('onclick').replace("location.href='", "").replace("'","");
157159
}
158160
}, {
159161
'type': 'keydown',
160162
'propagate': false,
161-
'disable_in_input': false,
163+
'disable_in_input': true,
162164
'target': document
163165
}
164166
);

0 commit comments

Comments
 (0)