mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Import Bootstrap styles in Calendar app
Bootstrap forces buttons and form elements to inherit font styles Since this wasn't applied calendar forms were displayed in system font
This commit is contained in:
parent
c522e579a5
commit
b7aa3aed0f
@ -27,6 +27,7 @@ define([
|
||||
'/bower_components/file-saver/FileSaver.min.js',
|
||||
'css!/lib/calendar/tui-calendar.min.css',
|
||||
'css!/bower_components/components-font-awesome/css/font-awesome.min.css',
|
||||
'css!/bower_components/bootstrap/dist/css/bootstrap.min.css',
|
||||
'less!/calendar/app-calendar.less',
|
||||
], function (
|
||||
$,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user