1- /*
2- ----------------------------------------------------------------
3-
4- tooltip.css
5- Gravity Forms Admin Tooltip Styles
6- http://www.gravityforms.com
7- updated: November 6, 2013 12:42 PM
8-
9- Gravity Forms is a Rocketgenius project
10- copyright 2013 Rocketgenius Inc.
11- http: //www.rocketgenius.com
12- this may not be re-distrubited without the
13- express written permission of the author.
14-
15- NOTE: DO NOT EDIT THIS FILE!
16- THIS FILE IS REPLACED DURING AUTO UPGRADE
17- AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.
18-
19- ----------------------------------------------------------------
20- */
21-
22-
23- a .tooltip ,
24- a .tooltip_left ,
25- a .tooltip_bottomleft {
26- width : 16px ;
27- text-decoration : none;
28- color : # 424242 ;
29- zoom : 1 ;
30- filter : alpha (opacity=50);
31- opacity : 0.5 ;
32- }
33-
34- a .tooltip : hover ,
35- a .tooltip_left : hover ,
36- a .tooltip_bottomleft : hover {
37- color : # 0074A2 ;
38- zoom : 1 ;
39- filter : alpha (opacity=100);
40- opacity : 1.0 ;
41- }
42-
43- .ui-tooltip {
44- padding : 18px ;
45- position : absolute;
46- z-index : 9999 ;
47- max-width : 300px ;color : # 000 ;
48- text-shadow : 1px 1px 1px # fff ;
49- font-size : 1.0em ;
50- -webkit-border-radius : 6px ;
51- -moz-border-radius : 6px ;
52- border-radius : 6px ;
53- -webkit-box-shadow : 0 8px 6px -6px rgba (0 , 0 , 0 , 0.3 );
54- -moz-box-shadow : 0 8px 6px -6px rgba (0 , 0 , 0 , 0.3 );
55- box-shadow : 0 8px 6px -6px rgba (0 , 0 , 0 , 0.3 );
56- }
57-
58- body .ui-tooltip {
59- border : 4px solid # 999 ;
60- background-color : # ededed ;
61- }
62-
63- body .ui-tooltip h6 {
64- color : # 0e6085 ;
65- font-size : 1.1em ;
66- font-weight : bold;
67- margin : 0 0 3px 0 !important ;
68- padding : 0 !important ;
1+ /*
2+ ----------------------------------------------------------------
3+
4+ tooltip.css
5+ Gravity Forms Admin Tooltip Styles
6+ http://www.gravityforms.com
7+ updated: November 6, 2013 12:42 PM
8+
9+ Gravity Forms is a Rocketgenius project
10+ copyright 2013 Rocketgenius Inc.
11+ http: //www.rocketgenius.com
12+ this may not be re-distrubited without the
13+ express written permission of the author.
14+
15+ NOTE: DO NOT EDIT THIS FILE!
16+ THIS FILE IS REPLACED DURING AUTO UPGRADE
17+ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.
18+
19+ ----------------------------------------------------------------
20+ */
21+
22+
23+ a .tooltip ,
24+ a .tooltip_left ,
25+ a .tooltip_bottomleft {
26+ width : 16px ;
27+ text-decoration : none;
28+ color : # 424242 ;
29+ zoom : 1 ;
30+ filter : alpha (opacity=50);
31+ opacity : 0.5 ;
32+ }
33+
34+ a .tooltip : hover ,
35+ a .tooltip_left : hover ,
36+ a .tooltip_bottomleft : hover {
37+ color : # 0074A2 ;
38+ zoom : 1 ;
39+ filter : alpha (opacity=100);
40+ opacity : 1.0 ;
41+ }
42+
43+ .ui-tooltip {
44+ padding : 18px ;
45+ position : absolute;
46+ z-index : 9999 ;
47+ max-width : 300px ;color : # 000 ;
48+ text-shadow : 1px 1px 1px # fff ;
49+ font-size : 1.0em ;
50+ -webkit-border-radius : 6px ;
51+ -moz-border-radius : 6px ;
52+ border-radius : 6px ;
53+ -webkit-box-shadow : 0 8px 6px -6px rgba (0 , 0 , 0 , 0.3 );
54+ -moz-box-shadow : 0 8px 6px -6px rgba (0 , 0 , 0 , 0.3 );
55+ box-shadow : 0 8px 6px -6px rgba (0 , 0 , 0 , 0.3 );
56+ }
57+
58+ body .ui-tooltip {
59+ border : 4px solid # 999 ;
60+ background-color : # ededed ;
61+ }
62+
63+ body .ui-tooltip h6 {
64+ color : # 0e6085 ;
65+ font-size : 1.1em ;
66+ font-weight : bold;
67+ margin : 0 0 3px 0 !important ;
68+ padding : 0 !important ;
6969}
0 commit comments