You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

icons.css 5.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. [class^="icon-"], [class*=" icon-"] {
  2. background-repeat: no-repeat;
  3. background-position: center;
  4. min-width: 16px;
  5. min-height: 16px;
  6. }
  7. /* general assets */
  8. .icon-breadcrumb {
  9. background-image: url('../img/breadcrumb.svg');
  10. }
  11. .icon-loading {
  12. background-image: url('../img/loading.gif');
  13. }
  14. .icon-loading-dark {
  15. background-image: url('../img/loading-dark.gif');
  16. }
  17. .icon-loading-small {
  18. background-image: url('../img/loading-small.gif');
  19. }
  20. .icon-32 {
  21. background-size: 32px !important;
  22. }
  23. /* action icons */
  24. .icon-add {
  25. background-image: url('../img/actions/add.svg');
  26. }
  27. .icon-caret {
  28. background-image: url('../img/actions/caret.svg');
  29. }
  30. .icon-caret-dark {
  31. background-image: url('../img/actions/caret-dark.svg');
  32. }
  33. .icon-checkmark {
  34. background-image: url('../img/actions/checkmark.svg');
  35. }
  36. .icon-checkmark-white {
  37. background-image: url('../img/actions/checkmark-white.svg');
  38. }
  39. .icon-checkmark-color {
  40. background-image: url('../img/actions/checkmark-color.svg');
  41. }
  42. .icon-close {
  43. background-image: url('../img/actions/close.svg');
  44. }
  45. .icon-confirm {
  46. background-image: url('../img/actions/confirm.svg');
  47. }
  48. .icon-delete,
  49. .icon-delete.no-permission:hover,
  50. .icon-delete.no-permission:focus {
  51. background-image: url('../img/actions/delete.svg');
  52. }
  53. .icon-delete:hover,
  54. .icon-delete:focus {
  55. background-image: url('../img/actions/delete-hover.svg');
  56. }
  57. .icon-details {
  58. background-image: url('../img/actions/details.svg');
  59. }
  60. .icon-download {
  61. background-image: url('../img/actions/download.svg');
  62. }
  63. .icon-edit {
  64. background-image: url('../img/actions/edit.svg');
  65. }
  66. .icon-error {
  67. background-image: url('../img/actions/error.svg');
  68. }
  69. .icon-error-white {
  70. background-image: url('../img/actions/error-white.svg');
  71. }
  72. .icon-error-color {
  73. background-image: url('../img/actions/error-color.svg');
  74. }
  75. .icon-external {
  76. background-image: url('../img/actions/external.svg');
  77. }
  78. .icon-history {
  79. background-image: url('../img/actions/history.svg');
  80. }
  81. .icon-info {
  82. background-image: url('../img/actions/info.svg');
  83. }
  84. .icon-info-white {
  85. background-image: url('../img/actions/info-white.svg');
  86. }
  87. .icon-logout {
  88. background-image: url('../img/actions/logout.svg');
  89. }
  90. .icon-mail {
  91. background-image: url('../img/actions/mail.svg');
  92. }
  93. .icon-menu {
  94. background-image: url('../img/actions/menu.svg');
  95. }
  96. .icon-more {
  97. background-image: url('../img/actions/more.svg');
  98. }
  99. .icon-password {
  100. background-image: url('../img/actions/password.svg');
  101. }
  102. .icon-pause {
  103. background-image: url('../img/actions/pause.svg');
  104. }
  105. .icon-pause-big {
  106. background-image: url('../img/actions/pause-big.svg');
  107. }
  108. .icon-play {
  109. background-image: url('../img/actions/play.svg');
  110. }
  111. .icon-play-add {
  112. background-image: url('../img/actions/play-add.svg');
  113. }
  114. .icon-play-big {
  115. background-image: url('../img/actions/play-big.svg');
  116. }
  117. .icon-play-next {
  118. background-image: url('../img/actions/play-next.svg');
  119. }
  120. .icon-play-previous {
  121. background-image: url('../img/actions/play-previous.svg');
  122. }
  123. .icon-public {
  124. background-image: url('../img/actions/public.svg');
  125. }
  126. .icon-rename {
  127. background-image: url('../img/actions/rename.svg');
  128. }
  129. .icon-search {
  130. background-image: url('../img/actions/search.svg');
  131. }
  132. .icon-search-white {
  133. background-image: url('../img/actions/search-white.svg');
  134. }
  135. .icon-settings {
  136. background-image: url('../img/actions/settings.svg');
  137. }
  138. .icon-share {
  139. background-image: url('../img/actions/share.svg');
  140. }
  141. .icon-shared {
  142. background-image: url('../img/actions/shared.svg');
  143. }
  144. .icon-sound {
  145. background-image: url('../img/actions/sound.svg');
  146. }
  147. .icon-sound-off {
  148. background-image: url('../img/actions/sound-off.svg');
  149. }
  150. .icon-star,
  151. .icon-starred:hover,
  152. .icon-starred:focus {
  153. background-image: url('../img/actions/star.svg');
  154. }
  155. .icon-starred,
  156. .icon-star:hover,
  157. .icon-star:focus {
  158. background-image: url('../img/actions/starred.svg');
  159. }
  160. .icon-toggle {
  161. background-image: url('../img/actions/toggle.svg');
  162. }
  163. .icon-triangle-e {
  164. background-image: url('../img/actions/triangle-e.svg');
  165. }
  166. .icon-triangle-n {
  167. background-image: url('../img/actions/triangle-n.svg');
  168. }
  169. .icon-triangle-s {
  170. background-image: url('../img/actions/triangle-s.svg');
  171. }
  172. .icon-upload {
  173. background-image: url('../img/actions/upload.svg');
  174. }
  175. .icon-upload-white {
  176. background-image: url('../img/actions/upload-white.svg');
  177. }
  178. .icon-user {
  179. background-image: url('../img/actions/user.svg');
  180. }
  181. .icon-view-close {
  182. background-image: url('../img/actions/view-close.svg');
  183. }
  184. .icon-view-next {
  185. background-image: url('../img/actions/view-next.svg');
  186. }
  187. .icon-view-pause {
  188. background-image: url('../img/actions/view-pause.svg');
  189. }
  190. .icon-view-play {
  191. background-image: url('../img/actions/view-play.svg');
  192. }
  193. .icon-view-previous {
  194. background-image: url('../img/actions/view-previous.svg');
  195. }
  196. /* places icons */
  197. .icon-calendar-dark {
  198. background-image: url('../img/places/calendar-dark.svg');
  199. }
  200. .icon-contacts-dark {
  201. background-image: url('../img/places/contacts-dark.svg');
  202. }
  203. .icon-files {
  204. background-image: url('../img/places/files.svg');
  205. }
  206. .icon-file,
  207. .icon-filetype-text {
  208. background-image: url('../img/filetypes/text.svg');
  209. }
  210. .icon-folder,
  211. .icon-filetype-folder {
  212. background-image: url('../img/filetypes/folder.svg');
  213. }
  214. .icon-home {
  215. background-image: url('../img/places/home.svg');
  216. }
  217. .icon-link {
  218. background-image: url('../img/places/link.svg');
  219. }
  220. .icon-music {
  221. background-image: url('../img/places/music.svg');
  222. }
  223. .icon-picture {
  224. background-image: url('../img/places/picture.svg');
  225. }