gtkcssprovider.css 339 B

12345678910111213141516171819202122232425
  1. label {
  2. background-color: #222;
  3. color: #fff;
  4. padding-right: 5px;
  5. }
  6. entry,
  7. entry:focus {
  8. background-image: none;
  9. background-color: #111;
  10. border-width: 0;
  11. border-style: inset;
  12. color: #fff;
  13. box-shadow: none;
  14. border-radius: 0;
  15. }
  16. * {
  17. border-color: transparent;
  18. border: none;
  19. box-shadow: none;
  20. border-radius: 0;
  21. }