]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #3109: Fixes 3 more instances of background-color being used when background...
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 14 Mar 2011 22:34:17 +0000 (22:34 +0000)
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 14 Mar 2011 22:34:17 +0000 (22:34 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8708 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/css/admin.php
views/default/css/elements/layout.php

index c90f1167e4b16cd0b6f9f5f151a436eae99bf72e..74e089c0022cdf20cd8efee437b22a44a050c74b 100644 (file)
@@ -819,7 +819,7 @@ a.elgg-longtext-control {
        text-shadow:1px 1px 0px black;
        text-decoration:none;
        border: 1px solid #0054A7;
-       background-color: #0054A7 url(<?php echo elgg_get_site_url(); ?>_graphics/button_graduation.png) repeat-x left 10px;
+       background: #0054A7 url(<?php echo elgg_get_site_url(); ?>_graphics/button_graduation.png) repeat-x left 10px;
        
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
@@ -838,7 +838,7 @@ a.elgg-longtext-control {
        color: white;
        border-color: #333;
        text-decoration:none;
-       background-color: #333 url(<?php echo elgg_get_site_url(); ?>_graphics/button_graduation.png) repeat-x left 10px;
+       background: #333 url(<?php echo elgg_get_site_url(); ?>_graphics/button_graduation.png) repeat-x left 10px;
 }
 .admin_area input[type="password"]:focus {
        border: solid 1px #666;
index ea01b8c45c0c4aeeff84c37f0decd2756cc0dca0..d52938aee8f268b9d71036e5d3ff4ce89225f761 100644 (file)
@@ -62,7 +62,7 @@
 /***** PAGE HEADER ******/
 .elgg-page-header {
        position: relative;
-       background-color: #4690D6 url(<?php echo elgg_get_site_url(); ?>_graphics/header_shadow.png) repeat-x bottom left;
+       background: #4690D6 url(<?php echo elgg_get_site_url(); ?>_graphics/header_shadow.png) repeat-x bottom left;
 }
 .elgg-page-header > .elgg-inner {
        position: relative;