diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-08-04 15:22:23 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-08-04 15:22:23 +0000 |
commit | b38e40380ad08534756630a54d74aa4d965c2ab7 (patch) | |
tree | d23d51d00d2748c7b96b8a4c8c84cede2b5b57c1 /mod | |
parent | 1c587033ebff296cbc68836b12c38649b6e68299 (diff) | |
download | elgg-b38e40380ad08534756630a54d74aa4d965c2ab7.tar.gz elgg-b38e40380ad08534756630a54d74aa4d965c2ab7.tar.bz2 |
Updated embed css
git-svn-id: http://code.elgg.org/elgg/trunk@6800 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r-- | mod/embed/views/default/embed/css.php | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/mod/embed/views/default/embed/css.php b/mod/embed/views/default/embed/css.php index ba1d96190..bfffa809f 100644 --- a/mod/embed/views/default/embed/css.php +++ b/mod/embed/views/default/embed/css.php @@ -117,6 +117,42 @@ cursor:pointer; } +/* input field classes */ +#facebox .content .input_text, +#facebox .content .input_tags { + font: 120% Arial, Helvetica, sans-serif; + padding: 5px; + border: 1px solid #cccccc; + color:#666666; + background-color: white; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} +#facebox .content .input_text:focus, +#facebox .content .input_tags:focus { + border: solid 1px #4690d6; + background: #e4ecf5; + color:#333333; +} +#facebox .content .input_file { + background-color: white; +} +#facebox .content p { + color:#333333; +} +#facebox .content p.entity_title { + color:#666666; +} +#facebox .content .entity_listing:hover { + background-color: #eeeeee; +} +#facebox .content label { + color:#333333; +} + /* *************************************** ELGG TABBED PAGE NAVIGATION |