summaryrefslogtreecommitdiffstats
path: root/js/vendor/angular-ui/build/angular-ui.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/angular-ui/build/angular-ui.css')
-rw-r--r--js/vendor/angular-ui/build/angular-ui.css50
1 files changed, 50 insertions, 0 deletions
diff --git a/js/vendor/angular-ui/build/angular-ui.css b/js/vendor/angular-ui/build/angular-ui.css
new file mode 100644
index 000000000..eb02a8ed8
--- /dev/null
+++ b/js/vendor/angular-ui/build/angular-ui.css
@@ -0,0 +1,50 @@
+/**
+ * import components to builds angular-ui.css
+ */
+
+/* ui-reset */
+
+.ui-resetwrap {
+ position: relative;
+ display: inline-block;
+}
+
+.ui-reset {
+ position: absolute;
+ top: 0;
+ right: 0;
+ z-index: 2;
+ display: none;
+ height: 100%;
+ cursor: pointer;
+}
+
+.ui-resetwrap:hover .ui-reset {
+ display: block;
+}
+
+/* ui-currency */
+
+.ui-currency-pos {
+ color: green;
+}
+
+.ui-currency-neg {
+ color: red;
+}
+
+.ui-currency-zero {
+ color: blue;
+}
+
+.ui-currency-pos.ui-bignum,
+.ui-currency-neg.ui-smallnum {
+ font-size: 110%;
+}
+
+/* highlight */
+
+.ui-match {
+ background: yellow;
+}
+