box-shadow: inset 0 2px 3px #999;
}
-input[type=text]:focus, textarea:focus {
+input[type=text]:focus, input[type=password]:focus, textarea:focus {
/*border: solid 1px #ff4c12;*/
- background: #E7F0E1;
+ background: #FFE9B5;
color:#333;
}
+input[type=file] {
+ box-shadow: none;
+ background: none;
+ border: none;
+}
+
textarea {
height: 200px;
}
/***** PAGE HEADER ******/
.elgg-page-header {
position: relative;
- background: #333333 url(<?php echo elgg_get_site_url(); ?>_graphics/header_shadow.png) repeat-x bottom left;
+ background: #333333;
}
.elgg-page-header > .elgg-inner {
position: relative;
}
.elgg-page-footer a:hover {
color: #666;
-}
\ No newline at end of file
+}
}
.elgg-menu-site-more > li > a {
- background-color: white;
- color: #555;
+ background-color: #333;
+ color: #ed9239;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}
.elgg-menu-site-more > li > a:hover {
- background: #ff4c12;
+ text-shadow: 0px 0px 4px #FFF;
color: white;
}