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:
authormattab <matthieu.aubry@gmail.com>2015-06-26 05:54:05 +0300
committermattab <matthieu.aubry@gmail.com>2015-06-26 05:54:05 +0300
commit7d64bce9c95c2b9f9335d4d4e683df58cd44f9d1 (patch)
tree8141a72ac109a01cbb4329a7bbae4d5d746cee7f /plugins/SegmentEditor
parent2c7612a6780515d7599675851171ee6c60188f82 (diff)
Remove font-family override as we use same font everywhere
Diffstat (limited to 'plugins/SegmentEditor')
-rw-r--r--plugins/SegmentEditor/stylesheets/segmentation.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SegmentEditor/stylesheets/segmentation.less b/plugins/SegmentEditor/stylesheets/segmentation.less
index c362b71308..0109d11836 100644
--- a/plugins/SegmentEditor/stylesheets/segmentation.less
+++ b/plugins/SegmentEditor/stylesheets/segmentation.less
@@ -519,7 +519,7 @@ div.scrollable {
}
.segmentEditorPanel.visible .segmentFilterContainer > input[type="text"] {
- font: 13px Verdana;
+ font-size: 13px;
width: 100%;
padding: 0;
border: 1px solid #ccc;