Commit 33de23b4 authored by Julia Radzhabova's avatar Julia Radzhabova

[DE] Update add-ons style.

parent e5501d76
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
background-color: @secondary; background-color: @secondary;
.plugin-icon { .plugin-icon {
.box-shadow(0 0 0 2px @primary); .box-shadow(0 0 0 2px transparent);
} }
} }
} }
...@@ -46,11 +46,12 @@ ...@@ -46,11 +46,12 @@
width: 31px; width: 31px;
height: 31px; height: 31px;
display: inline-block; display: inline-block;
.box-shadow(0 0 0 1px @gray); .box-shadow(0 0 0 1px transparent);
vertical-align: middle; vertical-align: middle;
background-position: 0 0; background-position: 0 0;
background-size: cover; background-size: cover;
margin-right: 10px; margin-right: 10px;
margin-top: -1px;
.background-ximage('@{common-image-path}/plugin/icon_add_on_default.png', '@{common-image-path}/plugin/icon_add_on_default@2x.png', 31px); .background-ximage('@{common-image-path}/plugin/icon_add_on_default.png', '@{common-image-path}/plugin/icon_add_on_default@2x.png', 31px);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment