]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Tweak customizer input a bit.
authorXhmikosR <xhmikosr@gmail.com>
Mon, 8 Oct 2018 08:52:50 +0000 (11:52 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 18 Oct 2018 09:09:17 +0000 (12:09 +0300)
docs/assets/less/customizer.less
docs/customize.html

index aae5e1dff4bc9a50679ef960cfc1942aa83f5c7e..2d7001bd8dca7ce1ce87b9b9dec1f56646b6580b 100644 (file)
@@ -89,7 +89,7 @@
 .bs-dropzone .import-header {
   margin-bottom: 5px;
 }
-.bs-dropzone .glyphicon-download-alt {
+.bs-dropzone .glyphicon-folder-open {
   font-size: 40px;
 }
 .bs-dropzone hr {
index 70f93475361fda15dcc6ba1540f33c75597c67a3..d952a1c8b894f45ce6b4c56a1317db81723589a4 100644 (file)
@@ -28,10 +28,10 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
 <div class="bs-docs-section bs-customizer-import">
   <div id="import-drop-target" class="bs-dropzone">
     <div class="import-header">
-      <span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span>
+      <span class="glyphicon glyphicon-folder-open" aria-hidden="true"></span>
     </div>
     <p class="lead">Have an existing configuration? Upload your <code>config.json</code> to import it.</p>
-    <p><label id="import-manual-trigger" class="btn-link">Upload<input type="file" id="import-file-select" class="hidden"></label>.</p>
+    <p><label id="import-manual-trigger" class="btn btn-outline btn-lg">Upload<input type="file" id="import-file-select" class="hidden"></label></p>
     <hr>
     <p><strong>Don't have one?</strong> That's okay—just start customizing the fields below.</p>
   </div>