summaryrefslogtreecommitdiff
path: root/views/default/n1_theme/css.php
diff options
context:
space:
mode:
authorfoockinho <foockinho@lorea.org>2012-09-13 02:41:42 +0200
committerfoockinho <foockinho@lorea.org>2012-09-13 02:41:42 +0200
commit5bb2a96d001739fadf21fe9f6301f4aa833627ac (patch)
treeb6a863d87acb1d572be22d165cc649788328c29e /views/default/n1_theme/css.php
parent8874fc61471d4c518eec3b6a29955f4e8952c54e (diff)
downloadsaravea_theme-5bb2a96d001739fadf21fe9f6301f4aa833627ac.tar.gz
saravea_theme-5bb2a96d001739fadf21fe9f6301f4aa833627ac.tar.bz2
modified font color on buttons, deleted elgg-task-icon box-shadow, changed ckeditor background
Diffstat (limited to 'views/default/n1_theme/css.php')
-rw-r--r--views/default/n1_theme/css.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php
index 544e289..32267cb 100644
--- a/views/default/n1_theme/css.php
+++ b/views/default/n1_theme/css.php
@@ -69,3 +69,7 @@
box-shadow: 0px 1px 3px #666
}
+.elgg-page .cke_skin_BootstrapCK-Skin .cke_contents, .cke_skin_BootstrapCK-Skin .cke_contents iframe {
+ background-color: #F7F7F7 !important;
+ border: none !important;
+}