Searcher.uss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. #windowMainVisualContainer {
  2. flex: 1;
  3. flex-direction: row;
  4. background-color: #272727;
  5. }
  6. #windowMainVisualContainer * {
  7. -unity-font: resource("FlatSkin/Font/Roboto-Regular");
  8. }
  9. #windowResizer {
  10. position: absolute;
  11. height: 20px;
  12. width: 20px;
  13. bottom: 0;
  14. right: 0;
  15. padding-left: 10px;
  16. padding-top: 14px;
  17. cursor: resize-up-left;
  18. }
  19. #splitter
  20. {
  21. flex-direction:row;
  22. position: absolute;
  23. right:0;
  24. top:0;
  25. left:0;
  26. bottom:0;
  27. }
  28. #windowResizerIcon {
  29. flex: 1;
  30. background-image:resource("WindowBottomResize");
  31. cursor: resize-up-left;
  32. }
  33. #searcherVisualContainer {
  34. flex: 1;
  35. }
  36. #windowTitleLabel {
  37. font-size: 14px;
  38. color: #FFFFFF;
  39. margin-top: 5px;
  40. margin-left: 6px;
  41. }
  42. #windowSearchBoxVisualContainer {
  43. height: 21px;
  44. background-color: #454545;
  45. margin-right: 3px;
  46. margin-left: 5px;
  47. margin-top: 0;
  48. margin-bottom: 6px;
  49. border-radius: 6px;
  50. border-color: #323232;
  51. border-width: 1px;
  52. }
  53. #searchIcon {
  54. width: 32px;
  55. height: 16px;
  56. background-image:resource("FlatSkin/SearchSmallDownOff");
  57. top: 2px;
  58. left: 4px;
  59. margin-right: 2px;
  60. }
  61. #searchIcon.Active {
  62. background-image:resource("FlatSkin/SearchSmallDownOn");
  63. }
  64. #autoCompleteLabel {
  65. position: absolute;
  66. background-image: none;
  67. top: 2px;
  68. left: 36px;
  69. font-size: 12px;
  70. color: #828282;
  71. -unity-text-align: middle-left;
  72. }
  73. #searchBox {
  74. background-image: none;
  75. position: absolute;
  76. left: 30px;
  77. right: 0;
  78. bottom: 0;
  79. margin-bottom: 2px;
  80. margin-top: 2px;
  81. font-size: 12px;
  82. color: #FFFFFF;
  83. border-color: rgba(0, 0, 0, 0);
  84. background-color: rgba(0, 0, 0, 0);
  85. }
  86. #searchBox .unity-base-field__input {
  87. top: 2px;
  88. font-size: 12px;
  89. -unity-text-align: middle-left;
  90. color: #FFFFFF;
  91. background-image: none;
  92. border-color: rgba(0, 0, 0, 0);
  93. background-color: rgba(0, 0, 0, 0);
  94. }
  95. #windowSelectionVisualContainer {
  96. flex-direction: row;
  97. flex: 1;
  98. }
  99. .unity-list-view.focusableScrollView {
  100. flex: 1;
  101. }
  102. .unity-list-view {
  103. background-color: #383838;
  104. --unity-item-height: 18;
  105. }
  106. .unity-list-view > * {
  107. left: 15px;
  108. }
  109. .unity-list-view > * #labelsContainer {
  110. flex-direction: row;
  111. flex: 1;
  112. left: 8px;
  113. top: -2px;
  114. }
  115. .unity-list-view > * #labelsContainer > .unity-label {
  116. margin-left: 0;
  117. margin-right: 0;
  118. padding-left: 0;
  119. padding-right: 0;
  120. color: #C4C4C4;
  121. font-size: 12px;
  122. }
  123. .unity-list-view > * > .unity-label {
  124. flex: 1;
  125. }
  126. #smartSearchItem > #itemMainVisualContainer > #labelsContainer > .unity-label.Highlighted {
  127. color: #FFCD62;
  128. }
  129. .unity-list-view > * > #smartSearchItem:hover * {
  130. background-color: #424242;
  131. }
  132. .unity-list-view > * > #smartSearchItem.unity-list-view__item--selected * {
  133. background-color: #2B5D87;
  134. }
  135. #smartSearchItem.unity-list-view__item--selected > #itemMainVisualContainer > #labelsContainer > .unity-label {
  136. color : #FFFFFF;
  137. }
  138. #smartSearchItem.unity-list-view__item--selected > #itemMainVisualContainer > #labelsContainer > .unity-label.Highlighted {
  139. color: #FFCD00;
  140. }
  141. .unity-list-view > * #itemChildExpander {
  142. width: 18px;
  143. height: 18px;
  144. }
  145. .unity-list-view > * #itemChildExpander > #expanderIcon {
  146. width: 13px;
  147. height: 13px;
  148. top: 1px;
  149. left: 10px;
  150. }
  151. #smartSearchItem > * > #itemChildExpander > #expanderIcon.Collapsed {
  152. background-image: resource("Builtin Skins/DarkSkin/Images/IN foldout.png");
  153. }
  154. #smartSearchItem > * > #itemChildExpander > #expanderIcon.Expanded {
  155. background-image: resource("Builtin Skins/DarkSkin/Images/IN foldout on.png");
  156. }
  157. #smartSearchItem.unity-list-view__item--selected > * > #itemChildExpander > #expanderIcon.Collapsed {
  158. background-image: resource("Builtin Skins/DarkSkin/Images/IN foldout act.png");
  159. }
  160. #smartSearchItem.unity-list-view__item--selected > * > #itemChildExpander > #expanderIcon.Expanded {
  161. background-image: resource("Builtin Skins/DarkSkin/Images/IN foldout act on.png");
  162. }
  163. .unity-list-view > * #itemMainVisualContainer {
  164. flex-direction: row;
  165. flex: 1;
  166. }
  167. .unity-list-view > *.unity-list-view__item--selected #textLabel {
  168. color: #FFFFFF;
  169. }
  170. .unity-list-view > * #itemMainVisualContainer {
  171. padding-top: 3px;
  172. align-items: center;
  173. }
  174. .unity-list-view > *.Category #textLabel {
  175. font-size: 12px;
  176. color: #676767;
  177. }
  178. #windowDetailsVisualContainer {
  179. flex: 1;
  180. background-color: #383838;
  181. border-left-width: 2px;
  182. border-color: #272727;
  183. padding-left: 6px;
  184. padding-right: 4px;
  185. padding-top: 4px;
  186. }
  187. #windowDetailsVisualContainer.hidden {
  188. display:none;
  189. }
  190. #windowDetailsVisualContainer > .unity-label {
  191. font-size: 11px;
  192. color: #C4C4C4;
  193. white-space: normal;
  194. }