🍎 评论框表情样式修改

pull/21/head
ruibaby 2018-07-11 10:57:10 +08:00
parent d02c246330
commit 61ac5fff80
3 changed files with 18 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -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>

View File

@ -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">