home
·
contact
·
privacy
projects
/
stable_plom
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a08fb89
)
In browser.py, change "unfinished configuration" color.
author
Christian Heller
<c.heller@plomlompom.de>
Tue, 10 Sep 2024 03:58:24 +0000
(
05:58
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Tue, 10 Sep 2024 03:58:24 +0000
(
05:58
+0200)
browser.py
patch
|
blob
|
history
diff --git
a/browser.py
b/browser.py
index 59b562d04441ac295b55f7ca1febdd4627aef3e7..fcb8ad15dfcc336679bbb8b6b8d8816ea56f9b32 100755
(executable)
--- a/
browser.py
+++ b/
browser.py
@@
-31,7
+31,7
@@
flowboxchild:hover{ outline: none; box-shadow: none; background: yellow; }
flowboxchild:active { outline: none; box-shadow: none; background: red; }
"""
CSS = """
-.temp { background: #
ffaaaa
; }
+.temp { background: #
aaaa00
; }
"""