Merge pull request #495 from vishal-1408/uiissue

Library fonts changed to sans serif and homogenized
This commit is contained in:
Matthieu Gautier 2020-07-22 12:01:37 +02:00 committed by GitHub
commit 21b0bb864f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,7 @@ html, body {
}
.tablecell{
flex-basis:20%;
font-family: sans-serif;
}
.sortable:hover {
@ -135,16 +136,22 @@ button {
border: 0px;
}
.tablerow button {
color: blue;
font-weight: bold;
font-size: 14px;
/* color: blue; */
color:#555;
/* font-weight: bold; */
font-size: 16px;
border: 0px;
background: transparent;
border-radius: 2px;
}
.tablerow button::first-letter {
text-transform: uppercase;
}
.tablerow button:hover {
color: white;
background: blue;
/* color: white;
background: blue; */
cursor: pointer;
font-weight: bold;
}
details:hover {
background-color: #d9e9ff;