mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 18:52:07 +08:00
fix travis againnnnn
This commit is contained in:
parent
5f0d33d75e
commit
6a20c37449
2 changed files with 3 additions and 3 deletions
|
@ -452,12 +452,12 @@
|
|||
.find('.form-submit-link')
|
||||
.css({
|
||||
'pointer-events': 'auto',
|
||||
'color': '<%= Constants::COLOR_NERO %>'});
|
||||
'color': '<%= Constants::COLOR_BLACK %>'});
|
||||
$(el)
|
||||
.find("[data-action='edit']")
|
||||
.css({
|
||||
'pointer-events': 'auto',
|
||||
'color': '<%= Constants::COLOR_NERO %>'});
|
||||
'color': '<%= Constants::COLOR_BLACK %>'});
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic&subset=latin,latin-ext);
|
||||
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic&subset=latin,latin-ext);
|
||||
|
||||
//==============================================================================
|
||||
// Colors
|
||||
|
|
Loading…
Reference in a new issue