mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-18 11:35:15 -04:00
Chore: Minor UI optimization for ".tags-container" on the Event page (skin.css)
This commit is contained in:
@@ -1123,13 +1123,26 @@ a.flip {
|
||||
|
||||
.tags-container {
|
||||
display: flex;
|
||||
border: 1px solid;
|
||||
border-color: #ccc;
|
||||
border: 1px solid var(--gray);
|
||||
border-radius: 4px;
|
||||
min-height: 35px;
|
||||
margin: 0.25rem 1rem 0.25rem 1rem;
|
||||
}
|
||||
|
||||
.tags-container button {
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.tags-container button:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.tags-container button:last-child {
|
||||
margin-right: 0;
|
||||
border-right: none
|
||||
}
|
||||
|
||||
.tag {
|
||||
background-color: #F0F0F0;
|
||||
border-radius: 12px;
|
||||
@@ -1149,8 +1162,7 @@ a.flip {
|
||||
}
|
||||
|
||||
.tag-input {
|
||||
height: 30px;
|
||||
margin-left: 8px;
|
||||
height: 100%;
|
||||
border: none;
|
||||
width: 100%;
|
||||
}
|
||||
@@ -1161,7 +1173,6 @@ a.flip {
|
||||
|
||||
.tag-dropdown {
|
||||
vertical-align: center;
|
||||
margin-right: 8px;
|
||||
display: inline-block;
|
||||
flex-grow: 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user