From af6f0aa9f35de40ade806c590837bb4d67fbc996 Mon Sep 17 00:00:00 2001 From: Catouse Date: Mon, 27 Oct 2014 15:24:46 +0800 Subject: [PATCH] * fixed border style of table for firefox. --- www/theme/default/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 9f85bf09dc..d6ee838483 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -596,6 +596,7 @@ body {font-size: 13px; color:#141414;padding-bottom: 40px;} .body-modal .outer > .container, .body-modal > .container{padding: 0; margin: 0; max-width: inherit !important; border: 0} .body-modal #titlebar .actions {right: 40px} .body-modal .outer, .body-modal #wrap{padding: 0!important; margin: 0!important;} +@-moz-document url-prefix(){.body-modal .outer .table {box-shadow: none}} .body-modal .row-table {padding: 20px}