Fixes wrong active button color and use primary color
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 48s
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 48s
This commit is contained in:
parent
299a2f5914
commit
a6e363220a
2 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ h1, h1 a {
|
|||
background-color: #fcbb06;
|
||||
}
|
||||
|
||||
.btn.primary:hover ,.btn.primary:focus {
|
||||
.btn.primary:hover,.btn.primary:focus {
|
||||
background-color: #ffcc33;
|
||||
}
|
||||
|
||||
|
@ -41,7 +41,7 @@ h1, h1 a {
|
|||
background-color: #9f6;
|
||||
}
|
||||
|
||||
.btn.grn:hover ,.btn.primary:focus {
|
||||
.btn.grn:hover ,.btn.grn:focus {
|
||||
background-color: #3f0;
|
||||
}
|
||||
|
||||
|
|
|
@ -50,6 +50,6 @@
|
|||
</form>
|
||||
|
||||
<button id="delete" class="btn red" autocomplete="off">Delete</button>
|
||||
<button id="save" class="btn green" autocomplete="off">Save</button>
|
||||
<button id="save" class="btn primary" autocomplete="off">Save</button>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue