修改top部分菜单样式,以及新增/删除配置区域的操作按钮样式

This commit is contained in:
zhangwei
2018-06-20 10:49:18 +08:00
parent 13dc92b352
commit c4e4928f31
2 changed files with 6 additions and 6 deletions

View File

@@ -243,7 +243,7 @@ th {
.glyphicon {
position: relative;
top: 1px;
top: 5px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
@@ -256,7 +256,7 @@ th {
content: "\002a"; }
.glyphicon-plus:before {
content: "\002b"; }
content: "\002b";color:#27a4b0; }
.glyphicon-euro:before,
.glyphicon-eur:before {
@@ -311,7 +311,7 @@ th {
content: "\e013"; }
.glyphicon-remove:before {
content: "\e014"; }
content: "\e014"; color:#ed6b75;margin-right:5px}
.glyphicon-zoom-in:before {
content: "\e015"; }