Commit 0b26be70 authored by Ray Schamp's avatar Ray Schamp

Make sure boxes aren't transparent

parent c8834ed2
...@@ -6,6 +6,7 @@ $base-bg: $ui-white; ...@@ -6,6 +6,7 @@ $base-bg: $ui-white;
display: inline-block; display: inline-block;
border: 1px solid $ui-border; border: 1px solid $ui-border;
border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;
background-color: $ui-white;
width: 100%; width: 100%;
.box-header { .box-header {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment