diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-08-24 13:17:11 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-08-24 13:17:11 +0100 |
commit | 488c4a6d25beb79e9592d1ec1e68f478be9f7a1a (patch) | |
tree | 958e02121af924febc5b0aefea4d94b6d2249baf | |
parent | 308172de59f08a246b9ba889dc13b41847028c30 (diff) |
Add missing icon state
-rw-r--r-- | public/stylesheets/theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/theme.css b/public/stylesheets/theme.css index 93fa7b49b..a46aaf510 100644 --- a/public/stylesheets/theme.css +++ b/public/stylesheets/theme.css @@ -291,6 +291,7 @@ p.subtitle { color: #69952F; } +.icon_waiting_response, .icon_waiting_classification, .icon_waiting_clarification { background-image: url(/images/status-pending.png); |