diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-08 10:47:43 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-08 10:47:43 +0100 |
commit | b3dc3d2cb039dea14192cdcde17302453abca856 (patch) | |
tree | c39561102ba6cca1ce223caa10772ef13f39bcad | |
parent | d88370e07cf96192c782e0d1365da128210efbf3 (diff) |
white icons are hard to see so use black for delete button on drafts screen
-rw-r--r-- | www/css/fms.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index d9f2533..874cb4a 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -553,6 +553,16 @@ pointer-events: none; } + #drafts li.ui-li-has-alt > a .ui-icon { + background-image: url(images/icons-18-black.png); + } + @media only screen and (min-resolution: 320dpi), + only screen and (-webkit-min-device-pixel-ratio: 2) { + #drafts li.ui-li-has-alt > a .ui-icon { + background-image: url(images/icons-36-black.png); + } + } + /* photo screen */ div.photo { margin: 0.1em 0em; |