diff options
-rw-r--r-- | app/assets/stylesheets/sections/tree.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/sections/tree.scss b/app/assets/stylesheets/sections/tree.scss index ff31265bac1..3f163bc163c 100644 --- a/app/assets/stylesheets/sections/tree.scss +++ b/app/assets/stylesheets/sections/tree.scss @@ -65,7 +65,7 @@ } td { line-height: 20px; - background: #fff !important; + background: #fff; border-left: none; border-right: none; } @@ -125,4 +125,4 @@ .tree-ref-holder { float: left; margin-top: 5px; -} +}
\ No newline at end of file |