Sfoglia il codice sorgente

WIP: WIP: apply bootstrap theme

Yuki Takei 8 anni fa
parent
commit
815bb83207

+ 2 - 2
lib/views/modal/create_page.html

@@ -20,7 +20,7 @@
                 <input type="text" data-prefix="/{{ now|datetz('Y/m/d') }}/" class="page-today-input2 form-control" id="page-today-input2" name="" placeholder="{{ t('Input page name (optional)') }}">
               </div>
               <div class="col-xs-2">
-                <button type="submit" class="btn btn-primary">{{ t('Create') }}</button>
+                <button type="submit" class="fcbtn btn btn-outline btn-rounded btn-primary btn-1f">{{ t('Create') }}</button>
               </div>
             </div>
           </fieldset>
@@ -38,7 +38,7 @@
                 {% endif %}
               </div>
               <div class="col-xs-2">
-                <button type="submit" class="btn btn-primary">{{ t('Create') }}</button>
+                <button type="submit" class="fcbtn btn btn-outline btn-rounded btn-primary btn-1f">{{ t('Create') }}</button>
               </div>
             </div>
           </fieldset>

+ 14 - 0
resource/styles/scss/_override-agileadmin.scss

@@ -36,6 +36,20 @@
   }
 }
 
+
+/*
+ * Form
+ */
+.form-control {
+  border-radius: 0;
+}
+
+
+/*
+ * Button
+ */
+
+
 /*
  * Dropdown
  */