diff options
author | Pablo Martin <caedes@sindominio.net> | 2012-10-24 01:44:51 +0000 |
---|---|---|
committer | root <root@migration.vz.lan> | 2012-10-24 01:45:09 +0000 |
commit | e1f501a4988ccf4b88dec72b19955101a0a706e3 (patch) | |
tree | b73e652a423a3ba3afaadbb35788894da575beb0 | |
parent | 1e503286839742e72c01a6357c4293b7bf390d56 (diff) | |
download | saravea_theme-e1f501a4988ccf4b88dec72b19955101a0a706e3.tar.gz saravea_theme-e1f501a4988ccf4b88dec72b19955101a0a706e3.tar.bz2 |
change featured block colours specially for custom_index_widgets.
-rw-r--r-- | views/default/css/elements/modules.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/views/default/css/elements/modules.php b/views/default/css/elements/modules.php index a9ac965..28332bb 100644 --- a/views/default/css/elements/modules.php +++ b/views/default/css/elements/modules.php @@ -89,15 +89,15 @@ /* 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; |