summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/custom-fileselect.html
diff options
context:
space:
mode:
authorSimon Rettberg2016-08-17 12:30:53 +0200
committerSimon Rettberg2016-08-17 12:30:53 +0200
commit35667fcedba31d809ded2a2c4eb105d75eb2f6f1 (patch)
treeaf6cc079abb521a62924e24341221402c6622fc4 /modules-available/sysconfig/templates/custom-fileselect.html
parent[main] Show submenu as extra row when not in large mode (diff)
downloadslx-admin-35667fcedba31d809ded2a2c4eb105d75eb2f6f1.tar.gz
slx-admin-35667fcedba31d809ded2a2c4eb105d75eb2f6f1.tar.xz
slx-admin-35667fcedba31d809ded2a2c4eb105d75eb2f6f1.zip
Clean up css a bit
Diffstat (limited to 'modules-available/sysconfig/templates/custom-fileselect.html')
-rw-r--r--modules-available/sysconfig/templates/custom-fileselect.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/sysconfig/templates/custom-fileselect.html b/modules-available/sysconfig/templates/custom-fileselect.html
index 000c8d10..f14a6fde 100644
--- a/modules-available/sysconfig/templates/custom-fileselect.html
+++ b/modules-available/sysconfig/templates/custom-fileselect.html
@@ -16,7 +16,7 @@
{{#files}}
<tr>
{{#isdir}}
- <td class="fileEntry isdir" colspan="2">{{name}}</td>
+ <td class="fileEntry slx-bold" colspan="2">{{name}}</td>
{{/isdir}}
{{^isdir}}
<td class="fileEntry">{{name}}</td>