Advertisement
Guest User

Defualt Spacechan Theme With No Curved Boxes

a guest
Aug 20th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. #postingForm th {
  2. border-radius: 0px;
  3. }
  4. input, select, textarea {
  5. border-radius: 0px;
  6. }
  7. #postingForm input:focus, #postingForm textarea:focus,
  8. .modalDecorationPanel input[type='text']:focus, #settingsMenu input[type='text']:focus,
  9. #settingsMenu textarea:focus {
  10. border-radius: 0px;
  11. }
  12. #postingForm button, #qrbutton {
  13. border-radius: 0px;
  14. }
  15. input[type=button], input[type=submit], button, .dropzone, .selectedCell
  16. {
  17. border-radius: 0px;
  18. }
  19. .innerPost, .markedPost {
  20. border-radius: 0px;
  21. }
  22. .sideCatalogCell, .sideCatalogMarkedCell {
  23. border-radius: 0px;
  24. }
  25. #divLatestPosts .latestPostCell {
  26. border-radius: 0px;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement