diff options
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 +} |