Browse Source
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>
tags/v1.21.12.1
Alex
GitHub
5 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
web_src/less/_base.less
|
|
|
@@ -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; |
|
|
|
} |
|
|
|
|
|
|
|
|