diff options
author | Camil Staps | 2016-07-18 15:10:06 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-18 15:10:18 +0200 |
commit | fa1de02cf1381b7f84c6087b2e819e1bc97e87c1 (patch) | |
tree | 90c93cb1cea81fd9942c2bcfa3ee2558ffa28112 /css | |
parent | Edit assignment content (diff) |
Fix previous commit
Diffstat (limited to 'css')
-rw-r--r-- | css/businessadmin.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/css/businessadmin.css b/css/businessadmin.css index 5706229..07bf218 100644 --- a/css/businessadmin.css +++ b/css/businessadmin.css @@ -85,6 +85,10 @@ td .btn.btn-circle:last-child { border-bottom: dotted 1px #0088cc !important; } +.editable.editable-noshow { + border-bottom-width: 0px !important; +} + .mixitup .mix { display: none; /* this is needed for the mixitup plugin */ } @@ -106,4 +110,4 @@ td .btn.btn-circle:last-child { #collapse-menu { display: none; } -}
\ No newline at end of file +} |