mirror of
https://github.com/kognise/water.css.git
synced 2025-08-12 08:04:13 +02:00
better button color inside table
This commit is contained in:
5
.changeset/stale-dodos-chew.md
Normal file
5
.changeset/stale-dodos-chew.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"water.css": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Better button color inside table.
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user