Merge pull request #225 from osbulbul/master

better button color inside table
This commit is contained in:
Kyle Pollard 2020-10-08 21:51:48 -07:00 committed by GitHub
commit 83e916f66c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
"water.css": patch
---
Better button color inside table.

View file

@ -37,9 +37,17 @@ tfoot {
} }
tbody tr:nth-child(even) { tbody tr:nth-child(even) {
background-color: var(--background);
}
tbody tr:nth-child(even) button {
background-color: var(--background-alt); background-color: var(--background-alt);
} }
tbody tr:nth-child(even) button:hover {
background-color: var(--background-body);
}
::-webkit-scrollbar { ::-webkit-scrollbar {
height: 10px; height: 10px;
width: 10px; width: 10px;