1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

color change

This commit is contained in:
Joe 2020-03-17 11:16:49 +00:00
parent 050883b298
commit 54317f3d53
2 changed files with 5 additions and 7 deletions

View file

@ -78,13 +78,12 @@
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 2px;
color: #333;
background-color: #f4f4f4;
color: #000333;
outline: none;
}
.default:active {
background-color: #ddd;
background-color: #f9f9f9;
}
.default:focus {

View file

@ -155,16 +155,15 @@
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 2px;
color: #333;
background-color: #f4f4f4;
color: #000333;
outline: none;
}
.default-button:active {
background-color: #ddd;
background-color: #f9f9f9;
}
.default-button:focus {
border-color: #666;
border-color: #f9f9f9;
}
</style>