mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
feat(tags): add the ability to manage tags (#1971)
* feat(tags): add the ability to manage tags * feat(tags): update tag selector UX * refactor(app): remove unused ui-select library
This commit is contained in:
parent
b349f16090
commit
5e73a49473
50 changed files with 942 additions and 118 deletions
|
@ -729,6 +729,18 @@ ul.sidebar .sidebar-list .sidebar-sublist a.active {
|
|||
background-color: #C5CAE9;
|
||||
}
|
||||
|
||||
.row.header .meta .page {
|
||||
padding-top: 7px;
|
||||
}
|
||||
|
||||
.tag {
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #337ab7;
|
||||
border: 1px solid #2e6da4;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
/*bootbox override*/
|
||||
.modal-open {
|
||||
padding-right: 0 !important;
|
||||
|
@ -787,12 +799,12 @@ ul.sidebar .sidebar-list .sidebar-sublist a.active {
|
|||
font-weight: 600;
|
||||
}
|
||||
|
||||
/* json-tree */
|
||||
|
||||
/* json-tree override */
|
||||
json-tree {
|
||||
font-size: 13px;
|
||||
color: #30426a;
|
||||
}
|
||||
|
||||
json-tree .key {
|
||||
color: #738bc0;
|
||||
padding-right: 5px;
|
||||
|
@ -803,7 +815,4 @@ json-tree .branch-preview {
|
|||
font-size: 11px;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.row.header .meta .page {
|
||||
padding-top: 7px;
|
||||
}
|
||||
/* !json-tree override */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue