diff --git a/.build/Gruntfile.js b/.build/Gruntfile.js index e315baefb19da8695f5bf080c909f4bd5b5ccfa0..75c80b26ba227f702a46e5fe6b23ccb8626988cc 100644 --- a/.build/Gruntfile.js +++ b/.build/Gruntfile.js @@ -63,6 +63,21 @@ module.exports = function(grunt) { ], dest: '../gui/slick/css/' }] + }, + glyphicon: { + files: [{ + expand: true, + dot: true, + cwd: 'bower_components/bootstrap/fonts', + src: [ + '*.eot', + '*.svg', + '*.ttf', + '*.woff', + '*.woff2' + ], + dest: '../gui/slick/fonts/' + }] } }, uglify: { diff --git a/gui/slick/css/dark.css b/gui/slick/css/dark.css index c4964a0678e270ccc1546c9ba739e19043002702..0a1231acc0facfa3be3a3b07a4df47eb2bfb10c2 100644 --- a/gui/slick/css/dark.css +++ b/gui/slick/css/dark.css @@ -880,16 +880,16 @@ pre { browser.css overrides ========================================================================== */ -#fileBrowserDialog ul li { +.fileBrowserDialog ul li { margin: 2px 0; list-style-type: none; cursor: pointer; - background: #333; + background: #333 !important; } -#fileBrowserDialog ul li a:hover { +.fileBrowserDialog ul li a:hover { color: #09a2ff; - background: none; + background: none !important; } /* ======================================================================= diff --git a/gui/slick/fonts/glyphicons-halflings-regular.eot b/gui/slick/fonts/glyphicons-halflings-regular.eot new file mode 100644 index 0000000000000000000000000000000000000000..b93a4953fff68df523aa7656497ee339d6026d64 Binary files /dev/null and b/gui/slick/fonts/glyphicons-halflings-regular.eot differ diff --git a/gui/slick/fonts/glyphicons-halflings-regular.svg b/gui/slick/fonts/glyphicons-halflings-regular.svg new file mode 100644 index 0000000000000000000000000000000000000000..94fb5490a2ed10b2c69a4a567a4fd2e4f706d841 Binary files /dev/null and b/gui/slick/fonts/glyphicons-halflings-regular.svg differ diff --git a/gui/slick/fonts/glyphicons-halflings-regular.ttf b/gui/slick/fonts/glyphicons-halflings-regular.ttf new file mode 100644 index 0000000000000000000000000000000000000000..1413fc609ab6f21774de0cb7e01360095584f65b Binary files /dev/null and b/gui/slick/fonts/glyphicons-halflings-regular.ttf differ diff --git a/gui/slick/fonts/glyphicons-halflings-regular.woff b/gui/slick/fonts/glyphicons-halflings-regular.woff new file mode 100644 index 0000000000000000000000000000000000000000..9e612858f802245ddcbf59788a0db942224bab35 Binary files /dev/null and b/gui/slick/fonts/glyphicons-halflings-regular.woff differ diff --git a/gui/slick/fonts/glyphicons-halflings-regular.woff2 b/gui/slick/fonts/glyphicons-halflings-regular.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..64539b54c3751a6d9adb44c8e3a45ba5a73b77f0 Binary files /dev/null and b/gui/slick/fonts/glyphicons-halflings-regular.woff2 differ