summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/public/style.css47
1 files changed, 15 insertions, 32 deletions
diff --git a/css/public/style.css b/css/public/style.css
index 3d84db90..4d54aae2 100644
--- a/css/public/style.css
+++ b/css/public/style.css
@@ -263,6 +263,8 @@ detailsitem .url-link {
padding: 8px 10px;
margin-left: -30px;
opacity: .5;
+ top: 2px;
+ right: 33px;
}
detailsitem.details-item-adr .icon-delete, detailsitem.details-item-n .icon-delete {
@@ -528,7 +530,7 @@ ul.addressBook-share-list li {
}
#app-navigation > ul {
- height: calc(100% - 24px);
+ height: calc(100% - 68px);
}
/* styling for contact count in contact list */
@@ -541,42 +543,23 @@ ul.addressBook-share-list li {
border-top: 1px solid #eee;
}
-/* SELECT2 styling - MOVE TO CORE FOR 9.1! */
-
+/* SELECT2 styling */
detailsitem .select2-container {
width: 245px;
}
-.select2-container-multi .select2-choices {
- border-color: #ddd !important;
- background-image: none !important;
-}
-.select2-container-multi.select2-container-active .select2-choices {
- border-color: #ddd !important;
- -webkit-box-shadow: none !important;
- box-shadow: none !important;
+/* Fix for #81 */
+.select2-container-multi .select2-choices .select2-search-choice {
+ padding-right: 20px;
}
-.select2-container-multi .select2-choices .select2-search-field input {
- font-family: inherit !important;
+.select2-container.select2-container-multi .select2-choices span {
+ display: flex;
+ flex-wrap: wrap;
}
-.select2-container-multi .select2-choices .select2-search-choice {
- background-color: rgba(240,240,240,.9) !important;
- border-color: rgba(240,240,240,.9) !important;
- color: #555 !important;
- background-image: none !important;
- -webkit-box-shadow: none !important;
- box-shadow: none !important;
-}
-.select2-drop-active {
- border-color: #ddd !important;
- -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1) !important;
- box-shadow: 0 1px 2px rgba(0, 0, 0, .1) !important;
-}
-.select2-results .select2-highlighted {
- background-color: #f8f8f8 !important;
- color: #555 !important;
-}
-.select2-results .select2-result-label span {
- cursor: pointer !important;
+.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
+ display: block !important;
+ right: 4px;
+ left: auto;
+ top: 7px
}
/* Mobile width < 768px */