Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2017-04-29 16:07:28 +0300
committersgiehl <stefan@piwik.org>2017-04-29 16:07:28 +0300
commit9c00b6e9c092bd1528af58a03d8679e8a72e120c (patch)
tree06edc4d978b79165652f6392fda2b2a735e1facd /plugins/UserCountry
parent0ec2ebba6f4119e4d9c924b5856870a9de5783b7 (diff)
fixes #11586 - show border for flag icons only
Diffstat (limited to 'plugins/UserCountry')
-rwxr-xr-xplugins/UserCountry/stylesheets/userCountry.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserCountry/stylesheets/userCountry.less b/plugins/UserCountry/stylesheets/userCountry.less
index c035ece395..147666fc24 100755
--- a/plugins/UserCountry/stylesheets/userCountry.less
+++ b/plugins/UserCountry/stylesheets/userCountry.less
@@ -1,5 +1,5 @@
#widgetUserCountrygetRegion, #widgetUserCountrygetCountry, #widgetUserCountrygetCity {
- .dataTable .label img {
+ .dataTable .label > img {
border: 1px solid lightgray;
box-sizing: content-box;
margin-top: -1px;