Improved button styling a bit

This commit is contained in:
Jan Zípek 2022-08-23 21:28:11 +02:00
parent 6614ffcd57
commit 6f85f4a45b
Signed by: kamen
GPG Key ID: A17882625B33AC31
1 changed files with 8 additions and 3 deletions

View File

@ -15,16 +15,16 @@ button, input, select {
} }
button { button {
background: #1160F0; background: #3988FF;
color: #fff; color: #fff;
cursor: pointer; cursor: pointer;
border: none; border: none;
padding: 0.25rem 0.4rem; padding: 0.25rem 1rem;
border-radius: 0.25rem; border-radius: 0.25rem;
} }
button:hover { button:hover {
background-color: #6B9CF5; background-color: #0F6FFF;
} }
input, select { input, select {
@ -87,6 +87,11 @@ input, select {
.sensor .header .actions { .sensor .header .actions {
margin-left: auto; margin-left: auto;
display: flex;
}
.sensor .header .actions button {
margin-left: 0.4rem;
} }
.settings-modal { .settings-modal {