Private GIT

Skip to content
Snippets Groups Projects
Commit ff33d294 authored by miigotu's avatar miigotu
Browse files

Merge pull request #729 from OmgImAlexis/develop

add glyphicons and fix file dialog in dark theme
parents 8e1b681f c9141e84
No related branches found
No related tags found
No related merge requests found
......@@ -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: {
......
......@@ -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;
}
/* =======================================================================
......
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment