diff options
Diffstat (limited to 'admin/themes/clear')
-rw-r--r-- | admin/themes/clear/theme.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 8a8f7ccc2..4967ba94d 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -185,6 +185,8 @@ position:relative; padding: 5px 1px 4px 5px; font-size: 13px; color: #777; } .ui-resizable { position: relative; } .ui-wrapper { border: 0; } .ui-wrapper input, .ui-wrapper textarea { border: 0; } +/* jQuery tiptip */ +#tiptip_holder a { color:#42B0FF; } /* Global handle styles */ .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; } |