Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / qtips / qtips.css
diff --git a/examples/qtips/qtips.css b/examples/qtips/qtips.css
new file mode 100755 (executable)
index 0000000..1619735
--- /dev/null
@@ -0,0 +1,12 @@
+.qtip-target {
+    width: 100px;
+    text-align:center;
+    padding: 5px 0;
+    border:1px dotted #99bbe8;
+    background:#dfe8f6;
+    color: #15428b;
+    cursor:default;
+    margin:10px;
+    font:bold 11px tahoma,arial,sans-serif;
+    float: left;
+} 
\ No newline at end of file