aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2010-10-09 13:12:16 +0200
committerChristian Weiske <cweiske@cweiske.de>2010-10-09 13:12:16 +0200
commit7b56d8c0ad8df129c06f40d7066c1aaf0fcb9496 (patch)
tree39951e37295a3ccdfdd7d254950c38f9c54b6429 /www
parentefdcf11bb08e424cfbe140e167d8ece398ab74fa (diff)
downloadsemanticscuttle-7b56d8c0ad8df129c06f40d7066c1aaf0fcb9496.tar.gz
semanticscuttle-7b56d8c0ad8df129c06f40d7066c1aaf0fcb9496.tar.bz2
make tree menu look proper
Diffstat (limited to 'www')
-rw-r--r--www/scuttle.css12
1 files changed, 4 insertions, 8 deletions
diff --git a/www/scuttle.css b/www/scuttle.css
index e25021d..3c2be27 100644
--- a/www/scuttle.css
+++ b/www/scuttle.css
@@ -641,11 +641,7 @@ a.bookmarklet {
background-color: #AAFAEE;
}
-/* DOJO Style */
-
-/* DOJO Style */
-.scuttletheme .dijitInputField input,.scuttletheme .dijitTextBox,.scuttletheme .dijitComboBox,.scuttletheme .dijitSpinner
- {
- width: 100%;
- margin: 0 0 0 0;
-}
+/* tree styles */
+.jstree-default.jstree-focused {
+ background: none !important;
+} \ No newline at end of file