theme.css 779 B

1234567891011121314151617181920212223242526272829303132333435
  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. .fancytree-ext-filter-hide tr.fancytree-submatch span.fancytree-title,
  25. .fancytree-ext-filter-hide span.fancytree-node.fancytree-submatch span.fancytree-title {
  26. color: black !important;
  27. font-weight: lighter !important;
  28. }