修改top部分菜单样式,以及新增/删除配置区域的操作按钮样式
This commit is contained in:
@@ -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"; }
|
||||
|
||||
Reference in New Issue
Block a user