diff options
author | Ciaran Gallagher <[email protected]> | 2019-11-29 18:14:44 +0000 |
---|---|---|
committer | Ciaran Gallagher <[email protected]> | 2019-11-29 18:14:44 +0000 |
commit | e38ec18b116f8f431d19820709df8fb202553e3f (patch) | |
tree | 05c64375327a416a059b4b221b1cf87465df2a6e | |
parent | 6a14ee862ae3f6dde8a012edde0f630c132e0444 (diff) | |
download | pasta-e38ec18b116f8f431d19820709df8fb202553e3f.tar.gz pasta-e38ec18b116f8f431d19820709df8fb202553e3f.zip |
Table styling
-rw-r--r-- | css/main.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css index e4702a5..2f77f0b 100644 --- a/css/main.css +++ b/css/main.css @@ -172,6 +172,14 @@ table, td, tr { border-bottom: 2px solid #aaa; } +.table-active>td, .table-active>th { + background-color: transparent; +} + +.table-active { + background-color: rgba(192, 118, 0.8,.20); +} + #libraryTable tbody tr { cursor: pointer; } |