Changeset 11775
- Timestamp:
- 12/13/2017 10:50:41 AM (7 years ago)
- Location:
- trunk/src/bp-templates/bp-nouveau
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_forms.scss
r11757 r11775 94 94 } 95 95 96 // Manage browser pseudo class validation states 96 // Manage browser pseudo class validation states & static 'invalid' class 97 97 input, 98 98 textarea, … … 122 122 border-width: 1px; 123 123 } 124 } 125 126 // Class set when BP global signup errors exist. 127 // This needs to be stated after the pseudo :valid 128 // as technically the input has a valid value. 129 &.invalid[required] { 130 border-color: $warn; 124 131 } 125 132 } -
trunk/src/bp-templates/bp-nouveau/css/buddypress-rtl.css
r11757 r11775 3250 3250 } 3251 3251 3252 .buddypress-wrap .standard-form input.invalid[required], 3253 .buddypress-wrap .standard-form textarea.invalid[required], 3254 .buddypress-wrap .standard-form select.invalid[required] { 3255 border-color: #b71717; 3256 } 3257 3252 3258 .buddypress-wrap .standard-form input:not(.button-small), 3253 3259 .buddypress-wrap .standard-form textarea { -
trunk/src/bp-templates/bp-nouveau/css/buddypress.css
r11757 r11775 3250 3250 } 3251 3251 3252 .buddypress-wrap .standard-form input.invalid[required], 3253 .buddypress-wrap .standard-form textarea.invalid[required], 3254 .buddypress-wrap .standard-form select.invalid[required] { 3255 border-color: #b71717; 3256 } 3257 3252 3258 .buddypress-wrap .standard-form input:not(.button-small), 3253 3259 .buddypress-wrap .standard-form textarea {
Note: See TracChangeset
for help on using the changeset viewer.