]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Updated embed css
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 4 Aug 2010 15:22:23 +0000 (15:22 +0000)
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 4 Aug 2010 15:22:23 +0000 (15:22 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6800 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/embed/views/default/embed/css.php

index ba1d9619047e6cbbbcf594dd4abf312d445cb923..bfffa809f240133263140d22159965b879f42c8a 100644 (file)
        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