1
0
Fork 0
mirror of synced 2024-07-10 08:46:05 +12:00

Merge pull request #157 from Budibase/#333-changed-to-#000333

color change
This commit is contained in:
Joe 2020-03-18 11:04:00 +00:00 committed by GitHub
commit 2544322885
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>