theme.css 842 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /*
  2. // Copyright (C) 2016 The Syncthing Authors.
  3. //
  4. // This Source Code Form is subject to the terms of the Mozilla Public
  5. // License, v. 2.0. If a copy of the MPL was not distributed with this file,
  6. // You can obtain one at https://mozilla.org/MPL/2.0/.
  7. */
  8. .panel-progress {
  9. background: #3498db;
  10. }
  11. .identicon rect {
  12. fill: #333;
  13. }
  14. .panel-warning .identicon rect {
  15. fill: #fff;
  16. }
  17. .li-column {
  18. background-color: rgb(236, 240, 241);
  19. border-radius: 3px;
  20. }
  21. .panel-heading:hover, .panel-heading:focus {
  22. text-decoration: none;
  23. }
  24. /*
  25. * Fancytree tweaks
  26. */
  27. .fancytree-container tr:hover,
  28. .fancytree-focused {
  29. background-color: #eeeeee;
  30. }
  31. /* Remote Devices 'connection type'-icon color set to #333 */
  32. .reception {
  33. filter: invert(12%) sepia(11%) saturate(20%) hue-rotate(318deg) brightness(100%) contrast(80%);
  34. }