Subversion Repositories eFlore/Applications.cel

Rev

Rev 3192 | Rev 3233 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3192 Rev 3197
Line 92... Line 92...
92
  -moz-transition: none;
92
  -moz-transition: none;
93
  -webkit-transition: none;
93
  -webkit-transition: none;
94
  -o-transition: color 0 ease-in;
94
  -o-transition: color 0 ease-in;
95
  transition: none;
95
  transition: none;
96
  border: 0.1rem solid #ddd;
96
  border: 0.1rem solid #ddd;
97
  box-shadow: none !important;
97
  /*box-shadow: none !important;*/
98
}
98
}
Line 99... Line 99...
99
 
99
 
-
 
100
#zone-appli #register-page #group-settings-form .widget-blocks input:focus,
-
 
101
#zone-appli #register-page #group-settings-form .widget-blocks select:focus,
100
#zone-appli #register-page #group-settings-form .widget-blocks input {
102
#zone-appli #register-page #group-settings-form .widget-blocks textarea:focus {
-
 
103
  border-color: rgba(82, 168, 236, 0.8);
-
 
104
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
-
 
105
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
101
  overflow: visible;
106
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
Line 102... Line -...
102
}
-
 
103
 
-
 
104
/* Styles des champs required*/
107
}
105
#zone-appli #register-page #group-settings-form .widget-blocks textarea:required,
-
 
106
#zone-appli #register-page #group-settings-form .widget-blocks input:required,
-
 
107
#zone-appli #register-page #group-settings-form .widget-blocks select:required {
108
 
108
  border: 0.2rem solid #F8DFD3 !important;
109
#zone-appli #register-page #group-settings-form .widget-blocks input {
Line 109... Line 110...
109
  box-shadow: none !important;
110
  overflow: visible;
110
}
111
}
111
 
112