1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 19:01:40 +02:00

fix(admin-plugin): fix styles for bootstrap-tagsinput

This commit is contained in:
Awilum
2020-01-08 22:48:31 +03:00
parent 3ed02fb287
commit f957facdee
2 changed files with 6 additions and 18 deletions

View File

@@ -692,25 +692,11 @@ ul.messenger-theme-flat .messenger-message-slot.messenger-first.messenger-last .
background-color: #fff;
border: 1px solid #dbdbdc;
color: #424243;
border-radius: 4px;
font-size: .875rem;
padding: 8px 12px;
height: 40px;
box-shadow: none;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
content: "x";
padding: 3px 5px;
margin-right: -9px;
margin-left: 4px;
color: #424243;
background: #ced4da;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
cursor: pointer;
}
.bootstrap-tagsinput > input {
@@ -720,8 +706,6 @@ ul.messenger-theme-flat .messenger-message-slot.messenger-first.messenger-last .
.bootstrap-tagsinput .tag {
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: .25rem;
padding: 3px 8px 3px 3px;
}
.card-deck .card {

View File

@@ -456,7 +456,9 @@ $switch-transition: .2s all !default;
font-size: .875rem;
padding: 8px 12px;
height: 40px;
margin-bottom: 6px;
height: auto;
min-height: 40px;
box-shadow: none;
}
@@ -483,7 +485,9 @@ $switch-transition: .2s all !default;
background-color: #3a3f4a;
border: 1px solid black;
border-radius: .25rem;
padding: 3px 8px 3px 3px;
padding: 0 8px 0 7px;
margin-bottom: 6px;
display: inline-block;
}
textarea.form-control.code-editor {