Browse Source

login button color

develop
Robin Thoni 9 years ago
parent
commit
8e3e04dc52
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      admin/views/login.html
  2. 1
    1
      camotion/views/login.html

+ 1
- 1
admin/views/login.html View File

13
 
13
 
14
                 <br />
14
                 <br />
15
                 <div class="col-sm-12 center-block">
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
                 </div>
17
                 </div>
18
 
18
 
19
                 <br />
19
                 <br />

+ 1
- 1
camotion/views/login.html View File

13
 
13
 
14
                 <br />
14
                 <br />
15
                 <div class="col-sm-12 center-block">
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
                 </div>
17
                 </div>
18
 
18
 
19
                 <br />
19
                 <br />

Loading…
Cancel
Save