Advertisement
Guest User

Untitled

a guest
Aug 14th, 2018
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. /* Links */
  2. a,
  3. /* Metadata edit icon */
  4. .fr-details-fields .fieldsetname a.editIcon:hover,
  5. /* Details panel tab icons */
  6. .fr-info-panel .x-tab-strip-active span.x-tab-strip-text
  7. {
  8. color: ;
  9. }
  10.  
  11. /* Selected folder tree item color */
  12. .x-tree-node .x-tree-selected {
  13. background-color: ;
  14. }
  15. .x-tree-node .x-tree-selected i.x-tree-node-icon,
  16. .x-tree-node .x-tree-selected .x-tree-ec-icon {
  17. color: ;
  18. }
  19. .x-tree-node .x-tree-selected .x-tree-node-anchor span {
  20. color: ;
  21. }
  22.  
  23. /* Tabs */
  24. .x-tab-strip-top .x-tab-strip-active .x-tab-right {
  25. border-bottom-color: ;
  26. }
  27. .x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
  28. border-top-color: ;
  29. }
  30. .x-tab-strip-active span.x-tab-strip-text {
  31. color: ;
  32. }
  33.  
  34. /* Buttons */
  35. .fr-btn-primary,
  36. .fr-btn-primary.x-btn-over {
  37. border-color: ;
  38. background-color: ;
  39. }
  40.  
  41. /* Grids */
  42. .x-grid3-row-selected {
  43. background-color: !important;
  44. border-bottom: 1px solid ;
  45. }
  46. .x-grid3-row-selected .x-grid3-col {
  47. color: ;
  48. }
  49.  
  50. /* Thumbnail view */
  51. .tmbItemSel .title,
  52. .tmbItemSel .thumbFolder {
  53. background-color: ;
  54. }
  55.  
  56. .tmbItemSel,
  57. .tmbItemSel .thumbFolder .icon,
  58. .tmbItemSel .thumbFolder .filename {
  59. color: ;
  60. }
  61. /* Drag and drop */
  62. .tmbItem.typeFolder.dragged-over .thumbFolder,
  63. .x-tree-node .x-tree-drag-append,
  64. .dragged-over {
  65. box-shadow: inset 0 0 0 2px !important;
  66. background-color: !important;
  67. }
  68.  
  69. /* Date selector */
  70. .x-date-inner .x-date-selected a {
  71. border-color: ;
  72. }
  73.  
  74. /* Progress bars */
  75. .x-progress-inner,
  76. .ux-progress-cell-background {
  77. background-color: ;
  78. }
  79. .x-progress-bar,
  80. .ux-progress-cell-foreground {
  81. background-color: ;
  82. }
  83.  
  84.  
  85. /* Image Viewer - Previous/Next arrows */
  86. .fr-prv-nav-btn:hover {
  87. background: ;
  88. }
  89.  
  90. /* User activity tab notification bubble */
  91. .bubbleCount div {
  92. background-color: ;
  93. color:white;
  94. }
  95. .bubbleCount.alert div {
  96. background-color: #E43539;
  97. }
  98.  
  99. /* User comments */
  100. .comment.own .text {
  101. background-color: ;
  102. color: white;
  103. }
  104. .comment.own .text .inner:after,
  105. .comment.own .text .inner:before {
  106. border-right-color: transparent;
  107. border-left-color: ;
  108. }
  109.  
  110. /* Multivalue field (For example the Tags field) */
  111. .x-superboxselect-btns li:hover,
  112. .x-superboxselect-locked .x-superboxselect-item:hover{
  113. color: ;
  114. }
  115. .x-superboxselect-item-focus {
  116. border-color: ;
  117. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement