gtkcssprovider.css 904 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /*
  2. * This program is free software; you can redistribute it and/or
  3. * modify it under the terms of the GNU General Public License
  4. * as published by the Free Software Foundation; either version 2
  5. * of the License, or (at your option) any later version.
  6. *
  7. * This program is distributed in the hope that it will be useful,
  8. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. * GNU General Public License for more details.
  11. * Author: g0tsu
  12. * Email: g0tsu at dnmx.0rg
  13. */
  14. label {
  15. background-color: #222;
  16. color: #fff;
  17. padding-right: 5px;
  18. }
  19. entry,
  20. entry:focus {
  21. background-image: none;
  22. background-color: #111;
  23. border-width: 0;
  24. border-style: inset;
  25. color: #fff;
  26. box-shadow: none;
  27. border-radius: 0;
  28. }
  29. * {
  30. border-color: transparent;
  31. border: none;
  32. box-shadow: none;
  33. border-radius: 0;
  34. }