Update border-color of language bar icon (#10723)

* Update color of border of color-icon

* Update web_src/less/_base.less

Co-Authored-By: 6543 <6543@obermui.de>

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
Alex 2020-03-14 02:19:09 +03:00 committed by GitHub
parent 2e5d37463e
commit 460e42391e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1201,7 +1201,7 @@ i.icon.centerlock {
margin-right: .5em;
margin-left: .5em;
display: inline;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 500em;
}