From 2f01fe57a8d37767827d6db42850aef86a767c53 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 15 Nov 2010 10:39:52 +0300 Subject: add dijit/dojo stuff; initial ui mockup --- lib/dijit/themes/soria/ColorPalette.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/dijit/themes/soria/ColorPalette.css (limited to 'lib/dijit/themes/soria/ColorPalette.css') diff --git a/lib/dijit/themes/soria/ColorPalette.css b/lib/dijit/themes/soria/ColorPalette.css new file mode 100644 index 000000000..5a51275d9 --- /dev/null +++ b/lib/dijit/themes/soria/ColorPalette.css @@ -0,0 +1,5 @@ +.dijitColorPalette { + border:1px solid #cbcbcb; + background:#fff; + -moz-border-radius: 0px !important; +} -- cgit v1.2.3