+
{gettext('Libraries')}
diff --git a/frontend/src/css/file-chooser.css b/frontend/src/css/file-chooser.css
index 8d4bbff5f5..43f92293a8 100644
--- a/frontend/src/css/file-chooser.css
+++ b/frontend/src/css/file-chooser.css
@@ -131,53 +131,33 @@
border-bottom: 1px solid rgba(0, 0, 0, 0);
}
-.item-toggle {
- width: 1.5rem;
- height: 1.5rem;
- line-height: 1.5rem !important;
- color: #c0c0c0;
- text-align: center;
- cursor: pointer;
+.file-chooser-scroll-wrapper {
+ max-height: 100%;
+ overflow: auto;
}
-.list-view-content {
+.file-chooser-scroll-wrapper .list-view-content {
margin: 0;
padding: 0;
list-style: none;
}
-.list-view-header {
+.file-chooser-scroll-wrapper .list-view-content .item-toggle {
+ width: 1.5rem;
+ height: 1.5rem;
+ line-height: 1.5rem !important;
+ text-align: center;
+}
+
+.file-chooser-list-view-header {
position: relative;
padding-left: 1.5rem;
}
-.list-view-header:hover {
+.file-chooser-list-view-header:hover {
background-color: #f5f5f5;
}
-.list-view-header .name {
+.file-chooser-list-view-header .name {
color: #eb8205;
}
-
-.scroll-wrapper {
- max-height: 100%;
- overflow: auto;
-}
-
-.searched-active {
- background: #f3af7d !important;
- border-radius: 2px;
- box-shadow: inset 0 0 1px #999;
-}
-
-.searched-active .icon {
- color: #fff !important;
-}
-
-.searched-active td {
- color: #fff;
-}
-
-.select-open-repo {
- background: #fdefb9;
-}