some css tweaks and other minor improvements/fixes
This commit is contained in:
22
public/z0mb/css/z0mb.css
vendored
22
public/z0mb/css/z0mb.css
vendored
@@ -293,4 +293,26 @@ div#categories {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
|
||||
grid-gap: 1em;
|
||||
}
|
||||
|
||||
.bootstrap-tagsinput {
|
||||
background-color: #000;
|
||||
border: 1px solid #ccc0;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
background: #131619;
|
||||
padding: 5px;
|
||||
border-radius: 0;
|
||||
border: 1px solid #3c3c3c;
|
||||
}
|
||||
|
||||
div#collapseComments {
|
||||
background: #040a0a;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.card.panel-default {
|
||||
margin-top: 5px;
|
||||
margin: 5px;
|
||||
}
|
Reference in New Issue
Block a user