]> gitweb.fluxo.info Git - lorea/saravea_theme.git/commitdiff
change featured block colours specially for custom_index_widgets.
authorPablo Martin <caedes@sindominio.net>
Wed, 24 Oct 2012 01:44:51 +0000 (01:44 +0000)
committerroot <root@migration.vz.lan>
Wed, 24 Oct 2012 01:45:09 +0000 (01:45 +0000)
views/default/css/elements/modules.php

index a9ac96545574fdd56adf47ce0e06504d3ab1f636..28332bb7d43c720c4ca3c7c8af0594d417339665 100644 (file)
 
 /* Featured */
 .elgg-module-featured {
-       border: 1px solid #ff4c12;
+       border: 1px solid #333;
        
-       -webkit-border-radius: 6px;
-       -moz-border-radius: 6px;
-       border-radius: 6px;
+       -webkit-border-radius: 3px;
+       -moz-border-radius: 3px;
+       border-radius: 3px;
 }
 .elgg-module-featured > .elgg-head {
        padding: 5px;
-       background-color: #ff4c12;
+       background-color: #333;
 }
 .elgg-module-featured > .elgg-head * {
        color: white;