From 28cb9403b932dfb440a948d4dbbb4741f6e60dd4 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 11 Feb 2013 11:42:25 +0530 Subject: [PATCH] update tooltip css --- source/Ox.UI/css/Ox.UI.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index c15ced97..399b9418 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -2672,3 +2672,6 @@ Miscellaneous white-space: nowrap; z-index: 1001; } +.OxTooltip > div { + font-size: 9px; +}