diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -212,6 +212,17 @@ div.rst-block pre, display: block !important; } +/* Bootstrap compatible */ +.show { + display: block !important; +} +.hidden { + display: none !important; +} +.invisible { + visibility: hidden; +} + .truncate { white-space: nowrap; overflow: hidden; @@ -526,10 +537,6 @@ td.quick_repo_menu .menu_items .icon img margin-bottom: -2px; } -td.quick_repo_menu .menu_items.hidden { - display: none; -} - .dt_repo { white-space: nowrap; color: #577632; @@ -3444,10 +3451,6 @@ label.disabled { color: #aaa; } -.btn.blue.hidden { - display: none; -} - .btn.active { font-weight: bold; } @@ -4524,11 +4527,6 @@ span.pr-closed-tag { } -.diff-container.hidden { - display: none; - overflow: hidden; -} - .compare-revision-selector { font-weight: bold; font-size: 14px;