projects
/
pgwui_sql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e229306
)
Tweak css to align rule background vertically
author
Karl O. Pinc
<kop@karlpinc.com>
Thu, 26 Sep 2024 15:04:18 +0000
(10:04 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Thu, 26 Sep 2024 15:04:18 +0000
(10:04 -0500)
src/pgwui_sql/static/background_rules.css
patch
|
blob
|
history
diff --git
a/src/pgwui_sql/static/background_rules.css
b/src/pgwui_sql/static/background_rules.css
index 303e4fbddb1c294e90f6fedf3a5ddbc68cb494ec..9dce883916d4f9cba867ec5324c209ecf225217b 100644
(file)
--- a/
src/pgwui_sql/static/background_rules.css
+++ b/
src/pgwui_sql/static/background_rules.css
@@
-23,4
+23,5
@@
div.stickycontainer {
background: repeating-linear-gradient(white 0 4em, lightcyan 0 8em);
+ background-position-y: 27px; /* align with table's background? */
}