Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.15 KB | None | 0 0
  1. .crsa-panel li.section h2{
  2.   background: #222;
  3.   padding-bottom: 15px;
  4.   margin-bottom:0;
  5. }
  6.  
  7. .crsa-panel li.section h2:hover{
  8.   background: #111;
  9.   color: #fff;
  10. }
  11.  
  12. .crsa-panel li.section{
  13.   background: #333;
  14. }
  15.  
  16. .crsa-panel li.section, .crsa-panel li.section {
  17.   padding-bottom: 0;
  18. }
  19.  
  20. .crsa-panel li.section ul, .crsa-panel li.section  ul{
  21.   padding-top: 5px;
  22.   padding-bottom: 5px;
  23. }
  24.  
  25. .crsa-panel li.section ul{
  26.   border-top: 1px solid #444;
  27. }
  28.  
  29. .crsa-panel li.crsa-factory-element > div {
  30.   border-radius: 10px;
  31.   background: #222;
  32.   color: #ccc;
  33.   font-family: 'Verdana';
  34.   font-weight: 500;
  35.   font-size: 9px;
  36. }
  37.  
  38. #crsa-elements li.crsa-factory-element > div:hover{
  39.   background: #1A8FBF;
  40.   color: #fff;
  41. }
  42.  
  43. ::-webkit-scrollbar-thumb {
  44.   background: #1A8FBF;
  45. }
  46.  
  47. /* Change Pinegrow UI font */
  48. body{
  49.   font-family: "Calibri"!important;
  50. }
  51.  
  52. /* LIGHT UI*/
  53. body, .navbar-header, .alert-info, .nav > li > a.has-news, .nav > li > a.has_news:focus, .canvas, #textedit_wrapper, .modal-dialog, figure img, #crsa-preview, #crsa-elements li.crsa-factory-element > div:hover, ::-webkit-scrollbar-thumb{
  54.     -webkit-filter: invert(100%);
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement