projects
/
pokerwave.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83a326e
)
format invalid-input with a red background
author
Geoffrey Allott
<geoffrey@allott.email>
Sun, 13 Aug 2023 11:29:06 +0000
(12:29 +0100)
committer
Geoffrey Allott
<geoffrey@allott.email>
Sun, 13 Aug 2023 11:29:06 +0000
(12:29 +0100)
site/style/game-list.css
patch
|
blob
|
history
diff --git
a/site/style/game-list.css
b/site/style/game-list.css
index fa0e216103e48d3c86d07cfe50f3fadb1d3faead..2cc3c0da17e84a6421192d04d1dcc81965c17316 100644
(file)
--- a/
site/style/game-list.css
+++ b/
site/style/game-list.css
@@
-93,6
+93,10
@@
text-align: right;
}
+.game-popup input.invalid-input {
+ background-color: red;
+}
+
.game-popup .game-title {
text-align: center;
}