summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/tundra/ColorPalette.css
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dijit/themes/tundra/ColorPalette.css')
-rw-r--r--lib/dijit/themes/tundra/ColorPalette.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/dijit/themes/tundra/ColorPalette.css b/lib/dijit/themes/tundra/ColorPalette.css
new file mode 100644
index 000000000..56fa5585a
--- /dev/null
+++ b/lib/dijit/themes/tundra/ColorPalette.css
@@ -0,0 +1,5 @@
+.dijitColorPalette {
+ border:1px solid #7eabcd;
+ background:#fff;
+ -moz-border-radius: 0px !important;
+}