Remove empty lines
[gpl/argeo-suite.git] / org.argeo.suite.workbench.rap / theme / argeo-classic / workbench-ext.css
index 00f45b929ce867ea4233dd66fff7984303fe1c49..48109b21fd11e5259c2c18bc539a32ad6024f54f 100644 (file)
@@ -61,7 +61,6 @@ Widget-ToolTip {
   animation: fadeIn 250ms ease-in, fadeOut 250ms ease-in;
 }
 
-
 /** GADGETS  **/
 .people_gadget {
   border: 1px solid #f3f3f4;
@@ -86,7 +85,6 @@ Widget-ToolTip {
   text-decoration: none;
 }
 
-
 /** Flat image Buttons **/
 Button[PUSH][FLAT].people_flat_btn,
 Button.people_flat_btn,
@@ -104,6 +102,19 @@ Button.people_flat_btn:selected {
   cursor: pointer;
 }
 
+/*** FORMS ****/ 
+
+Text.workbench_form_text {
+       box-shadow: inset 0 0 0px #bdbdbd;      
+       padding: 2px 8px 2px 8px;
+       border: 0px solid  #f4f6f7;
+}
+
+Text.workbench_form_text:focused {
+       padding: 2px 8px 2px 8px;
+       border: 2px solid red;
+       box-shadow: inset 0 0 1px #bdbdbd;      
+}
 
 /****** DOCUMENTS  *********/