]> gitweb.fluxo.info Git - lorea/saravea_theme.git/commitdiff
modified font color on buttons, deleted elgg-task-icon box-shadow, changed ckeditor...
authorfoockinho <foockinho@lorea.org>
Thu, 13 Sep 2012 00:41:42 +0000 (02:41 +0200)
committerfoockinho <foockinho@lorea.org>
Thu, 13 Sep 2012 00:41:42 +0000 (02:41 +0200)
views/default/css/elements/buttons.php
views/default/css/elements/components.php
views/default/n1_theme/css.php

index c2c813e13be43cf1e37d12f9b3693fc05442d3b3..2d53ed192150108c57c4db1ffbe06153cee446eb 100644 (file)
@@ -57,7 +57,7 @@ a.elgg-button {
 
 /* Submit: This button should convey, "you're about to take some definitive action" */
 .elgg-button-submit {
-       color: #bbb;
+       color: #ddd;
        text-shadow: 0 -1px 0px #000;
        box-shadow: 0px 1px 2px #333;
        border: none;
@@ -107,7 +107,7 @@ a.elgg-button {
 
 /* Action: This button should convey a normal, inconsequential action, such as clicking a link */
 .elgg-button-action {
-       color: #bbb;
+       color: #ddd;
        text-shadow: 0 -1px 0px #000;
        border: none;
        
index 570673e62d83fc20e8b64f48abc28a5c2cfc1b52..c5728294c1bbb31481f76c1990d396c75e244890 100644 (file)
        margin-left: 5px;
 }
 
+.elgg-subtext {
+margin-top: 3px;
+}
+
 /* ***************************************
        List
 *************************************** */
index 544e2898216036a3f7e084b2e7b7f2c4d04cdbcf..32267cb690a20047fefdacb6b4e7f8a69f6d5810 100644 (file)
@@ -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;
+}