better button color inside table

This commit is contained in:
Oguzhan Selcuk Bulbul 2020-10-03 23:19:41 +03:00
parent b98fa2d024
commit f33587bfea
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) {
background-color: var(--background);
}
tbody tr:nth-child(even) button {
background-color: var(--background-alt);
}
tbody tr:nth-child(even) button:hover {
background-color: var(--background-body);
}
::-webkit-scrollbar {
height: 10px;
width: 10px;