projects
/
order_line_extra.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf84240
)
Change color of partial After quantity.
author
Maxime Bourget
<bmx007@gmail.com>
Thu, 30 May 2013 21:10:06 +0000
(22:10 +0100)
committer
Maxime Bourget
<bmx007@gmail.com>
Thu, 30 May 2013 21:10:06 +0000
(22:10 +0100)
item_schedule.php
patch
|
blob
|
history
diff --git
a/item_schedule.php
b/item_schedule.php
index 95463a336264500ddf4d6611f2dc217907c3d96f..75e54b1b0858d44df627a5286b2f3a5897eb0b24 100644
(file)
--- a/
item_schedule.php
+++ b/
item_schedule.php
@@
-81,6
+81,10
@@
tr.partial {
color: darkred;
}
+tr.partial td:nth-child(5) {
+ background: pink;
+}
+
tr.location {
font-weight: normal;
background: #8f8;
@@
-97,4
+101,5
@@
tr.soldout {
background: pink;
}
+
</style>