From e458566e2b105bb154dbf282acb1779d6118c381 Mon Sep 17 00:00:00 2001 From: lBrieu Date: Wed, 7 Sep 2011 08:34:43 +0000 Subject: [PATCH] [+] Update the CSS problem --- admin-dev/themes/flashyturtle/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/flashyturtle/admin.css b/admin-dev/themes/flashyturtle/admin.css index c650846a9..e789c63f1 100644 --- a/admin-dev/themes/flashyturtle/admin.css +++ b/admin-dev/themes/flashyturtle/admin.css @@ -72,7 +72,7 @@ a.module_toggle_all{color:#FFF;text-decoration:none;display:inherit;} #header_shopname {float: left;width: 300px;} #employee_links {float: left;clear: both;margin-top: 10px;} #notifs_icon_wrapper {float: left;position: relative;margin-top: 8px;} -.notifs {float: left;position: relative; cursor: pointer;margin: 0px 5px;width: 18px;height: 15px;} +.notifs {float: left;position: relative; cursor: pointer;margin: 0px 5px;width: 18px;height: 15px;color:black;} #orders_notif {background: url("notif_order.png") no-repeat left top;} #customers_notif {background: url("notif_customer.png") no-repeat left top;} #messages_notif {background: url("notif_message.png") no-repeat left top;}