Ticket #7354: 7354-xprofile-delete.patch
File 7354-xprofile-delete.patch, 954 bytes (added by , 8 years ago) |
---|
-
src/bp-xprofile/admin/css/admin-rtl.css
96 96 .bp-option a.delete, 97 97 .field-wrapper a.deletion, 98 98 .tab-toolbar a.deletion { 99 color: # f00;100 border-bottom: 1px solid # f00;99 color: #a00; 100 border-bottom: 1px solid #a00; 101 101 text-decoration: none; 102 102 padding: 0; 103 103 } -
src/bp-xprofile/admin/css/admin.css
96 96 .bp-option a.delete, 97 97 .field-wrapper a.deletion, 98 98 .tab-toolbar a.deletion { 99 color: # f00;100 border-bottom: 1px solid # f00;99 color: #a00; 100 border-bottom: 1px solid #a00; 101 101 text-decoration: none; 102 102 padding: 0; 103 103 }