Guest User

Untitled

a guest
Dec 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <div id="content" class="">
  2. <form id="fuLoginForm" class="InputfieldForm ng-pristine ng-valid" name="fuLoginForm" method="post" action="./" data-colspacing="1">
  3. <ul class="Inputfields">
  4. <li class="Inputfield InputfieldText Inputfield_username ui-widget InputfieldStateRequired" id="wrap_username">
  5. <div class="InputfieldContent ui-widget-content">
  6. <input id="username" class="required InputfieldMaxWidth" name="username" type="text" maxlength="2048" placeholder="Username">
  7. </div>
  8. </li>
  9. </ul>
  10. </form>
  11.  
  12. #right-sidebar ul > li::before, #content ul > li::before{
  13. content: "▪ ";
  14. padding-right: 10px;
  15. color: #B41F2A;
  16. }
  17.  
  18. li[id="wrap_username"] {
  19. background-color: blue;
  20. }
  21.  
  22. #fuLoginForm > ul > li::before{
  23. content: none
  24. }
Add Comment
Please, Sign In to add comment