diff options
author | raylu <raylu@gridium.com> | 2013-10-20 19:25:35 -0700 |
---|---|---|
committer | raylu <raylu@gridium.com> | 2013-10-20 19:54:54 -0700 |
commit | f106905f06603fd6be645034daaec682991beff1 (patch) | |
tree | 2f0eea23881aaafb273f09de135898d5883818ee /web/static/css/kill.ccss | |
parent | b68a36e89ed31342a7eb5b98bd05706bbf942ec5 (diff) | |
download | ykill-f106905f06603fd6be645034daaec682991beff1.tar.xz |
items on kill page
Diffstat (limited to 'web/static/css/kill.ccss')
-rw-r--r-- | web/static/css/kill.ccss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/static/css/kill.ccss b/web/static/css/kill.ccss index e53ea0e..2ea2e38 100644 --- a/web/static/css/kill.ccss +++ b/web/static/css/kill.ccss @@ -25,3 +25,15 @@ table#attackers: white-space: normal &:nth-child(3): width: 50px + +table#items: + .slot: + background-color: #222 + tr:nth-child(odd): + background-color: #181818 + td:nth-child(3): + text-align: right + .dropped: + background-color: #050 + .destroyed: + color: #a00 |