You are here

super-login-buttons.css in Super Login 8

Same filename and directory in other branches
  1. 7 css/super-login-buttons.css
input[type=submit] {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

File

css/super-login-buttons.css
View source
  1. input[type=submit] {
  2. padding: 0 18px;
  3. height: 29px;
  4. font-size: 12px;
  5. font-weight: bold;
  6. color: #527881;
  7. text-shadow: 0 1px #e3f1f1;
  8. background: #cde5ef;
  9. border: 1px solid;
  10. border-color: #b4ccce #b3c0c8 #9eb9c2;
  11. -webkit-border-radius: 4px;
  12. -moz-border-radius: 4px;
  13. border-radius: 4px;
  14. outline: 0;
  15. -webkit-box-sizing: content-box;
  16. -moz-box-sizing: content-box;
  17. box-sizing: content-box;
  18. background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  19. background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  20. background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  21. background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  22. -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  23. box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  24. }