diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-04-07 00:06:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-07 00:06:04 -0700 |
| commit | 421d3512ca4e466fd2997ff085bfb74770622ede (patch) | |
| tree | 796f1bf2190d98b757cda1db46a98bb9f5a1a9d0 /jquery-ui.overrides.css | |
| parent | baf8b1674c640e0e7d095dd9f9f97e9ce594e778 (diff) | |
Added Javadoc
Diffstat (limited to 'jquery-ui.overrides.css')
| -rw-r--r-- | jquery-ui.overrides.css | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/jquery-ui.overrides.css b/jquery-ui.overrides.css new file mode 100644 index 0000000..b16bbe4 --- /dev/null +++ b/jquery-ui.overrides.css @@ -0,0 +1,34 @@ +/*
+ * Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
+ * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ */
+
+.ui-state-active,
+.ui-widget-content .ui-state-active,
+.ui-widget-header .ui-state-active,
+a.ui-button:active,
+.ui-button:active,
+.ui-button.ui-state-active:hover {
+ /* Overrides the color of selection used in jQuery UI */
+ background: #F8981D;
+}
|
