Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. #body-user #header, #body-settings #header, #body-public #header {
  2. background-color: #2f3239;
  3. }
  4.  
  5. #content[class*='app-'] * {
  6. border-color: #e6e8eb !important;
  7. }
  8.  
  9. #content[class*='app-'] #filestable tbody tr {
  10. height: 70px !important;
  11. font-size: 14px !important;
  12. }
  13.  
  14. #content[class*='app-'] #fileList tr td.selection {
  15. border-color: transparent !important;
  16. }
  17.  
  18. #content[class*='app-'] #fileList tr td.filename {
  19. border-color: #e6e8eb !important;
  20. }
  21.  
  22. #appmenu li span {
  23. color: #fff !important;
  24. background-color: transparent !important;
  25. }
  26.  
  27. #app-navigation {
  28. background-color: #f7f9fa !important;
  29. padding-top: 50px !important;
  30. }
  31.  
  32. #app-navigation > ul > li > a, #app-navigation > ul > li > ul > li > a {
  33. font-size: 16px !important;
  34. min-height: 34px !important;
  35. line-height: 34px !important;
  36. }
  37.  
  38. #app-navigation > ul > li.active, #app-navigation > ul > li a:hover, #app-navigation > ul > li a:focus, #app-navigation > ul > li a:active, #app-navigation > ul > li a.selected, #app-navigation > ul > li a.active, #app-navigation > ul > li.active > a, #app-navigation > ul > li a:hover > a, #app-navigation > ul > li a:focus > a, #app-navigation > ul > li a:active > a, #app-navigation > ul > li a.selected > a, #app-navigation > ul > li a.active > a {
  39. font-weight: bold !important;
  40. color: #5b97f8 !important;
  41. }
  42.  
  43. #filestable tbody tr:hover, #filestable tbody tr:focus, #filestable tbody .name:focus, #filestable tbody tr:active, #filestable tbody tr.highlighted, #filestable tbody tr.highlighted .name:focus, #filestable tbody tr.selected, #filestable tbody tr.searchresult, #filestable tbody tr:hover .filename form, table tr.mouseOver td {
  44. background-color: transparent !important;
  45. }
  46.  
  47. #filestable tbody tr:hover .nametext, #filestable tbody tr:focus .nametext, #filestable tbody .name:focus .nametext, #filestable tbody tr:active .nametext, #filestable tbody tr.highlighted .nametext, #filestable tbody tr.highlighted .name:focus .nametext, #filestable tbody tr.selected .nametext, #filestable tbody tr.searchresult .nametext, #filestable tbody tr:hover .filename form .nametext, table tr.mouseOver td .nametext {
  48. color: #5b97f8 !important;
  49. }
  50.  
  51. .bubble, .app-navigation-entry-menu, .popovermenu,
  52. #header .header-left > nav > .menu, #header .header-right > div > .menu {
  53. filter: drop-shadow(0 1px 3px rgba(0,0,0,0.2)) !important;
  54. border-color: #dfe1e5 !important;
  55. }
  56.  
  57. #contactsmenu > .menu {
  58. height: auto !important;
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement