diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-08-28 22:29:00 +0800 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-08-28 22:29:00 +0800 |
commit | 1aec1a2ddae3a3714d6a167d85fcc1c69413b660 (patch) | |
tree | 07fb6534ac71aea4edca41d39ececd7d81976b04 /public/ng/less/ui/reset.less | |
parent | 81287ba022ae906f1f9eb5b1324567cd93771b4e (diff) |
Finish new admin dashboard
Diffstat (limited to 'public/ng/less/ui/reset.less')
-rw-r--r-- | public/ng/less/ui/reset.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/ng/less/ui/reset.less b/public/ng/less/ui/reset.less index af497ca1..36906ce5 100644 --- a/public/ng/less/ui/reset.less +++ b/public/ng/less/ui/reset.less @@ -321,10 +321,10 @@ optgroup { } // table elements - table { - border-collapse: collapse; - border-spacing: 0; + background-color: transparent; + border-collapse: collapse; + border-spacing: 0; } td, |