mirror of
https://github.com/flextype/flextype.git
synced 2025-08-24 13:52:56 +02:00
feat(admin-plugin): add new field - tags #186
This commit is contained in:
@@ -53,3 +53,39 @@
|
||||
.tempusdominus-bootstrap-4 .btn:hover > span {
|
||||
background: transparent!important;
|
||||
}
|
||||
|
||||
.bootstrap-tagsinput {
|
||||
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 {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.bootstrap-tagsinput .tag {
|
||||
background-color: #e9ecef;
|
||||
border: 1px solid #ced4da;
|
||||
border-radius: .25rem;
|
||||
padding: 3px 8px 3px 3px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user