You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2018/09/17 10:07:24 UTC

[royale-asjs] branch develop updated: Added padding to tooltips

This is an automated email from the ASF dual-hosted git repository.

harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 6d972de  Added padding to tooltips
6d972de is described below

commit 6d972dee9d30a6f04e59e219d653a4f2170b14bc
Author: Harbs <ha...@in-tools.com>
AuthorDate: Mon Sep 17 13:07:14 2018 +0300

    Added padding to tooltips
---
 frameworks/projects/Basic/src/main/resources/defaults.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/frameworks/projects/Basic/src/main/resources/defaults.css b/frameworks/projects/Basic/src/main/resources/defaults.css
index 15cb4e6..92674e6 100644
--- a/frameworks/projects/Basic/src/main/resources/defaults.css
+++ b/frameworks/projects/Basic/src/main/resources/defaults.css
@@ -698,6 +698,8 @@ TitleBar
 ToolTip
 {
 	background-color: #FFFFCC;
+	padding-left: 3px;
+	padding-right: 3px;
 }
 
 View