mirror of https://github.com/halo-dev/halo
🍎 评论框表情样式修改
parent
d02c246330
commit
61ac5fff80
File diff suppressed because one or more lines are too long
|
@ -24,6 +24,17 @@
|
|||
text-transform: none;
|
||||
}
|
||||
</#if>
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
background-color: #eee;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: ${options.anatole_style_scrollbar?default("#3798e8")};
|
||||
}
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: #eee;
|
||||
}
|
||||
${options.anatole_style_self?if_exists}
|
||||
</style>
|
||||
</head>
|
||||
|
|
|
@ -177,6 +177,12 @@
|
|||
<input type="text" class="form-control" id="anatoleStyleGoogleColor" name="anatole_style_google_color" value="${options.anatole_style_google_color?default("#fff")}" >
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="anatoleStyleScrollbar" class="col-sm-4 control-label">全局滚动条颜色:</label>
|
||||
<div class="col-sm-8">
|
||||
<input type="text" class="form-control" id="anatoleStyleScrollbar" name="anatole_style_scrollbar" value="${options.anatole_style_scrollbar?default("#3798e8")}" >
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="anatoleStyleSelf" class="col-sm-4 control-label">自定义样式:</label>
|
||||
<div class="col-sm-8">
|
||||
|
|
Loading…
Reference in New Issue