projects
/
pgwui_common
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59364fe
)
Force background color so pgwui_sql column headings "stick" on the page
author
Karl O. Pinc
<kop@karlpinc.com>
Tue, 17 Sep 2024 22:57:19 +0000
(17:57 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Tue, 17 Sep 2024 22:57:19 +0000
(17:57 -0500)
This is a kludge. See the comments in pgwui_sql's pgwui_sql.css file.
src/pgwui_common/static/pgwui.css
patch
|
blob
|
history
diff --git
a/src/pgwui_common/static/pgwui.css
b/src/pgwui_common/static/pgwui.css
index f35e8cfb4a74d7a2d307a3cb37550aab4d958f72..4b9433ff5807f9949ee82234f664b9a7c464f13e 100644
(file)
--- a/
src/pgwui_common/static/pgwui.css
+++ b/
src/pgwui_common/static/pgwui.css
@@
-23,6
+23,7
@@
* Karl O. Pinc <kop@karlpinc.com>
*/
+body { background-color: white; } /* kludge, see pgwui_sql's pgwui_sql.css */
/* error and other status messages */
.error { color: red;