„threadr/style.css“ ändern

master
Jakob 2020-02-24 22:57:41 +01:00
parent 8247eddcf9
commit e9be399c8c
1 changed files with 1 additions and 4 deletions

View File

@ -95,15 +95,12 @@ button {
color: white; color: white;
padding: 14px 20px; padding: 14px 20px;
margin: 8px 0; margin: 8px 0;
width: 100%;
border: none; border: none;
border-radius: 4px; border-radius: 4px;
cursor: pointer; cursor: pointer;
} }
button.full {
width: 100%;
}
button:hover { button:hover {
background-color: #8bd3dd; background-color: #8bd3dd;
} }