some css tweaks in njum
This commit is contained in:
22
public/njum/css/cstms.css
vendored
22
public/njum/css/cstms.css
vendored
@@ -1043,4 +1043,24 @@ a.badge.video-id {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
|
||||
grid-gap: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.panel.panel-default {
|
||||
background: rgba(0, 0, 0, 0.78) none repeat scroll 0 0;
|
||||
padding: 15px;
|
||||
margin-bottom: 15px;
|
||||
border-radius: .25rem;
|
||||
border: 1px solid black;
|
||||
text-shadow: 1px 1px black;
|
||||
}
|
||||
|
||||
#commentForm textarea {
|
||||
color: #c8c8c8;
|
||||
background: rgba(0, 0, 0, 0.78) none repeat scroll 0 0;
|
||||
border: 1px solid black;
|
||||
text-shadow: 1px 1px black;
|
||||
}
|
||||
|
||||
.popover {
|
||||
background-color: #191919;
|
||||
}
|
||||
|
Reference in New Issue
Block a user