From b38e40380ad08534756630a54d74aa4d965c2ab7 Mon Sep 17 00:00:00 2001 From: pete Date: Wed, 4 Aug 2010 15:22:23 +0000 Subject: Updated embed css git-svn-id: http://code.elgg.org/elgg/trunk@6800 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/embed/views/default/embed/css.php | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'mod/embed') 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 -- cgit v1.2.3