Bläddra i källkod

login button color

develop
Robin Thoni 9 år sedan
förälder
incheckning
8e3e04dc52
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1
    1
      admin/views/login.html
  2. 1
    1
      camotion/views/login.html

+ 1
- 1
admin/views/login.html Visa fil

@@ -13,7 +13,7 @@
13 13
 
14 14
                 <br />
15 15
                 <div class="col-sm-12 center-block">
16
-                    <button type="submit" class="btn btn-default center-block">Login</button>
16
+                    <button type="submit" class="btn btn-primary center-block">Login</button>
17 17
                 </div>
18 18
 
19 19
                 <br />

+ 1
- 1
camotion/views/login.html Visa fil

@@ -13,7 +13,7 @@
13 13
 
14 14
                 <br />
15 15
                 <div class="col-sm-12 center-block">
16
-                    <button type="submit" class="btn btn-default center-block">Login</button>
16
+                    <button type="submit" class="btn btn-primary center-block">Login</button>
17 17
                 </div>
18 18
 
19 19
                 <br />

Laddar…
Avbryt
Spara