_icons.scss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689
  1. .icon {
  2. margin: 0;
  3. margin-#{$direction-start}: 0.3em;
  4. padding: 0 !important;
  5. width: 16px;
  6. height: 16px;
  7. background-size: contain;
  8. vertical-align: middle;
  9. }
  10. .icon_fulltext {
  11. width: 50px;
  12. height: 19px;
  13. }
  14. .ic_asc_order {
  15. background-image: url('../img/asc_order.png');
  16. }
  17. .ic_b_bookmark {
  18. background-image: url('../img/b_bookmark.png');
  19. }
  20. .ic_b_browse {
  21. background-image: url('../img/b_browse.png');
  22. }
  23. .ic_b_calendar {
  24. background-image: url('../img/b_calendar.png');
  25. }
  26. .ic_b_chart {
  27. background-image: url('../img/b_chart.png');
  28. }
  29. .ic_b_close {
  30. background-image: url('../img/b_close.png');
  31. }
  32. .ic_b_column_add {
  33. background-image: url('../img/b_column_add.png');
  34. }
  35. .ic_b_comment {
  36. background-image: url('../img/b_comment.png');
  37. }
  38. .ic_b_dbstatistics {
  39. background-image: url('../img/b_dbstatistics.png');
  40. }
  41. .ic_b_deltbl {
  42. background-image: url('../img/b_deltbl.png');
  43. }
  44. .ic_b_docs {
  45. background-image: url('../img/b_docs.png');
  46. }
  47. .ic_b_docsql {
  48. background-image: url('../img/b_docsql.png');
  49. }
  50. .ic_b_drop {
  51. background-image: url('../img/b_drop.png');
  52. }
  53. .ic_b_edit {
  54. background-image: url('../img/b_edit.png');
  55. }
  56. .ic_b_empty {
  57. background-image: url('../img/b_empty.png');
  58. }
  59. .ic_b_engine {
  60. background-image: url('../img/b_engine.png');
  61. }
  62. .ic_b_event_add {
  63. background-image: url('../img/b_event_add.png');
  64. }
  65. .ic_b_events {
  66. background-image: url('../img/b_events.png');
  67. }
  68. .ic_b_export {
  69. background-image: url('../img/b_export.png');
  70. }
  71. .ic_b_favorite {
  72. background-image: url('../img/b_favorite.png');
  73. }
  74. .ic_b_find_replace {
  75. background-image: url('../img/b_find_replace.png');
  76. }
  77. .ic_b_firstpage {
  78. background-image: url('../img/b_firstpage.png');
  79. }
  80. .ic_b_ftext {
  81. background-image: url('../img/b_ftext.png');
  82. }
  83. .ic_b_globe {
  84. background-image: url('../img/b_globe.png');
  85. }
  86. .ic_b_group {
  87. background-image: url('../img/b_group.png');
  88. }
  89. .ic_b_help {
  90. background-image: url('../img/b_help.png');
  91. }
  92. .ic_b_home {
  93. background-image: url('../img/b_home.png');
  94. }
  95. .ic_b_import {
  96. background-image: url('../img/b_import.png');
  97. }
  98. .ic_b_index {
  99. background-image: url('../img/b_index.png');
  100. }
  101. .ic_b_index_add {
  102. background-image: url('../img/b_index_add.png');
  103. }
  104. .ic_b_inline_edit {
  105. background-image: url('../img/b_inline_edit.png');
  106. }
  107. .ic_b_insrow {
  108. background-image: url('../img/b_insrow.png');
  109. }
  110. .ic_b_lastpage {
  111. background-image: url('../img/b_lastpage.png');
  112. }
  113. .ic_b_minus {
  114. background-image: url('../img/b_minus.png');
  115. }
  116. .ic_b_more {
  117. background-image: url('../img/b_more.png');
  118. }
  119. .ic_b_move {
  120. background-image: url('../img/b_move.png');
  121. }
  122. .ic_b_newdb {
  123. background-image: url('../img/b_newdb.png');
  124. }
  125. .ic_b_newtbl {
  126. background-image: url('../img/b_newtbl.png');
  127. }
  128. .ic_b_nextpage {
  129. background-image: url('../img/b_nextpage.png');
  130. }
  131. .ic_b_no_favorite {
  132. background-image: url('../img/b_no_favorite.png');
  133. }
  134. .ic_b_pdfdoc {
  135. background-image: url('../img/b_pdfdoc.png');
  136. }
  137. .ic_b_plugin {
  138. background-image: url('../img/b_plugin.png');
  139. }
  140. .ic_b_plus {
  141. background-image: url('../img/b_plus.png');
  142. }
  143. .ic_b_prevpage {
  144. background-image: url('../img/b_prevpage.png');
  145. }
  146. .ic_b_primary {
  147. background-image: url('../img/b_primary.png');
  148. }
  149. .ic_b_print {
  150. background-image: url('../img/b_print.png');
  151. }
  152. .ic_b_props {
  153. background-image: url('../img/b_props.png');
  154. }
  155. .ic_b_relations {
  156. background-image: url('../img/b_relations.png');
  157. }
  158. .ic_b_report {
  159. background-image: url('../img/b_report.png');
  160. }
  161. .ic_b_rename {
  162. background-image: url('../img/b_rename.png');
  163. }
  164. .ic_b_routine_add {
  165. background-image: url('../img/b_routine_add.png');
  166. }
  167. .ic_b_routines {
  168. background-image: url('../img/b_routines.png');
  169. }
  170. .ic_b_save {
  171. background-image: url('../img/b_save.png');
  172. }
  173. .ic_b_saveimage {
  174. background-image: url('../img/b_saveimage.png');
  175. }
  176. .ic_b_sbrowse {
  177. background-image: url('../img/b_sbrowse.png');
  178. }
  179. .ic_b_sdb {
  180. background-image: url('../img/b_sdb.png');
  181. width: 10px;
  182. height: 10px;
  183. }
  184. .ic_b_search {
  185. background-image: url('../img/b_search.png');
  186. }
  187. .ic_b_select {
  188. background-image: url('../img/b_select.png');
  189. }
  190. .ic_b_snewtbl {
  191. background-image: url('../img/b_snewtbl.png');
  192. }
  193. .ic_b_spatial {
  194. background-image: url('../img/b_spatial.png');
  195. }
  196. .ic_b_sql {
  197. background-image: url('../img/b_sql.png');
  198. }
  199. .ic_b_sqldoc {
  200. background-image: url('../img/b_sqldoc.png');
  201. }
  202. .ic_b_sqlhelp {
  203. background-image: url('../img/b_sqlhelp.png');
  204. }
  205. .ic_b_table_add {
  206. background-image: url('../img/b_table_add.png');
  207. }
  208. .ic_b_tblanalyse {
  209. background-image: url('../img/b_tblanalyse.png');
  210. }
  211. .ic_b_tblexport {
  212. background-image: url('../img/b_tblexport.png');
  213. }
  214. .ic_b_tblimport {
  215. background-image: url('../img/b_tblimport.png');
  216. }
  217. .ic_b_tblops {
  218. background-image: url('../img/b_tblops.png');
  219. }
  220. .ic_b_tbloptimize {
  221. background-image: url('../img/b_tbloptimize.png');
  222. }
  223. .ic_b_tipp {
  224. background-image: url('../img/b_tipp.png');
  225. }
  226. .ic_b_trigger_add {
  227. background-image: url('../img/b_trigger_add.png');
  228. }
  229. .ic_b_triggers {
  230. background-image: url('../img/b_triggers.png');
  231. }
  232. .ic_b_undo {
  233. background-image: url('../img/b_undo.png');
  234. }
  235. .ic_b_unique {
  236. background-image: url('../img/b_unique.png');
  237. }
  238. .ic_b_usradd {
  239. background-image: url('../img/b_usradd.png');
  240. }
  241. .ic_b_usrcheck {
  242. background-image: url('../img/b_usrcheck.png');
  243. }
  244. .ic_b_usrdrop {
  245. background-image: url('../img/b_usrdrop.png');
  246. }
  247. .ic_b_usredit {
  248. background-image: url('../img/b_usredit.png');
  249. }
  250. .ic_b_usrlist {
  251. background-image: url('../img/b_usrlist.png');
  252. }
  253. .ic_b_versions {
  254. background-image: url('../img/b_versions.png');
  255. }
  256. .ic_b_view {
  257. background-image: url('../img/b_view.png');
  258. }
  259. .ic_b_view_add {
  260. background-image: url('../img/b_view_add.png');
  261. }
  262. .ic_b_views {
  263. background-image: url('../img/b_views.png');
  264. }
  265. .ic_b_left {
  266. background-image: url('../img/b_left.png');
  267. }
  268. .ic_b_right {
  269. background-image: url('../img/b_right.png');
  270. }
  271. .ic_bd_browse {
  272. background-image: url('../img/bd_browse.png');
  273. }
  274. .ic_bd_deltbl {
  275. background-image: url('../img/bd_deltbl.png');
  276. }
  277. .ic_bd_drop {
  278. background-image: url('../img/bd_drop.png');
  279. }
  280. .ic_bd_edit {
  281. background-image: url('../img/bd_edit.png');
  282. }
  283. .ic_bd_empty {
  284. background-image: url('../img/bd_empty.png');
  285. }
  286. .ic_bd_export {
  287. background-image: url('../img/bd_export.png');
  288. }
  289. .ic_bd_firstpage {
  290. background-image: url('../img/bd_firstpage.png');
  291. }
  292. .ic_bd_ftext {
  293. background-image: url('../img/bd_ftext.png');
  294. }
  295. .ic_bd_index {
  296. background-image: url('../img/bd_index.png');
  297. }
  298. .ic_bd_insrow {
  299. background-image: url('../img/bd_insrow.png');
  300. }
  301. .ic_bd_lastpage {
  302. background-image: url('../img/bd_lastpage.png');
  303. }
  304. .ic_bd_nextpage {
  305. background-image: url('../img/bd_nextpage.png');
  306. }
  307. .ic_bd_prevpage {
  308. background-image: url('../img/bd_prevpage.png');
  309. }
  310. .ic_bd_primary {
  311. background-image: url('../img/bd_primary.png');
  312. }
  313. .ic_bd_routine_add {
  314. background-image: url('../img/bd_routine_add.png');
  315. }
  316. .ic_bd_sbrowse {
  317. background-image: url('../img/bd_sbrowse.png');
  318. }
  319. .ic_bd_select {
  320. background-image: url('../img/bd_select.png');
  321. }
  322. .ic_bd_spatial {
  323. background-image: url('../img/bd_spatial.png');
  324. }
  325. .ic_bd_unique {
  326. background-image: url('../img/bd_unique.png');
  327. }
  328. .ic_centralColumns {
  329. background-image: url('../img/centralColumns.png');
  330. }
  331. .ic_centralColumns_add {
  332. background-image: url('../img/centralColumns_add.png');
  333. }
  334. .ic_centralColumns_delete {
  335. background-image: url('../img/centralColumns_delete.png');
  336. }
  337. .ic_col_drop {
  338. background-image: url('../img/col_drop.png');
  339. }
  340. .ic_console {
  341. background-image: url('../img/console.png');
  342. }
  343. .ic_database {
  344. background-image: url('../img/database.png');
  345. }
  346. .ic_eye {
  347. background-image: url('../img/eye.png');
  348. }
  349. .ic_eye_grey {
  350. background-image: url('../img/eye_grey.png');
  351. }
  352. .ic_hide {
  353. background-image: url('../img/hide.png');
  354. }
  355. .ic_item {
  356. background-image: url('../img/item.png');
  357. width: 9px;
  358. height: 9px;
  359. }
  360. .ic_lightbulb {
  361. background-image: url('../img/lightbulb.png');
  362. }
  363. .ic_lightbulb_off {
  364. background-image: url('../img/lightbulb_off.png');
  365. }
  366. .ic_more {
  367. background-image: url('../img/more.png');
  368. width: 13px;
  369. }
  370. .ic_new_data {
  371. background-image: url('../img/new_data.png');
  372. }
  373. .ic_new_data_hovered {
  374. background-image: url('../img/new_data_hovered.png');
  375. }
  376. .ic_new_data_selected {
  377. background-image: url('../img/new_data_selected.png');
  378. }
  379. .ic_new_data_selected_hovered {
  380. background-image: url('../img/new_data_selected_hovered.png');
  381. }
  382. .ic_new_struct {
  383. background-image: url('../img/new_struct.png');
  384. }
  385. .ic_new_struct_hovered {
  386. background-image: url('../img/new_struct_hovered.png');
  387. }
  388. .ic_new_struct_selected {
  389. background-image: url('../img/new_struct_selected.png');
  390. }
  391. .ic_new_struct_selected_hovered {
  392. background-image: url('../img/new_struct_selected_hovered.png');
  393. }
  394. .ic_normalize {
  395. background-image: url('../img/normalize.png');
  396. }
  397. .ic_pause {
  398. background-image: url('../img/pause.png');
  399. }
  400. .ic_php_sym {
  401. background-image: url('../img/php_sym.png');
  402. }
  403. .ic_play {
  404. background-image: url('../img/play.png');
  405. }
  406. .ic_s_asc {
  407. background-image: url('../img/s_asc.png');
  408. }
  409. .ic_s_asci {
  410. background-image: url('../img/s_asci.png');
  411. }
  412. .ic_s_attention {
  413. background-image: url('../img/s_attention.png');
  414. }
  415. .ic_s_cancel {
  416. background-image: url('../img/s_cancel.png');
  417. }
  418. .ic_s_cancel2 {
  419. background-image: url('../img/s_cancel2.png');
  420. }
  421. .ic_s_cog {
  422. background-image: url('../img/s_cog.png');
  423. }
  424. .ic_s_db {
  425. background-image: url('../img/s_db.png');
  426. }
  427. .ic_s_desc {
  428. background-image: url('../img/s_desc.png');
  429. }
  430. .ic_s_error {
  431. background-image: url('../img/s_error.png');
  432. }
  433. .ic_s_host {
  434. background-image: url('../img/s_host.png');
  435. }
  436. .ic_s_info {
  437. background-image: url('../img/s_info.png');
  438. }
  439. .ic_s_lang {
  440. background-image: url('../img/s_lang.png');
  441. }
  442. .ic_s_link {
  443. background-image: url('../img/s_link.png');
  444. }
  445. .ic_s_lock {
  446. background-image: url('../img/s_lock.png');
  447. }
  448. .ic_s_loggoff {
  449. background-image: url('../img/s_loggoff.png');
  450. }
  451. .ic_s_notice {
  452. background-image: url('../img/s_notice.png');
  453. }
  454. .ic_s_okay {
  455. background-image: url('../img/s_okay.png');
  456. }
  457. .ic_s_passwd {
  458. background-image: url('../img/s_passwd.png');
  459. }
  460. .ic_s_process {
  461. background-image: url('../img/s_process.png');
  462. }
  463. .ic_s_really {
  464. background-image: url('../img/s_really.png');
  465. width: 11px;
  466. height: 11px;
  467. }
  468. .ic_s_reload {
  469. background-image: url('../img/s_reload.png');
  470. }
  471. .ic_s_replication {
  472. background-image: url('../img/s_replication.png');
  473. }
  474. .ic_s_rights {
  475. background-image: url('../img/s_rights.png');
  476. }
  477. .ic_s_sortable {
  478. background-image: url('../img/s_sortable.png');
  479. }
  480. .ic_s_status {
  481. background-image: url('../img/s_status.png');
  482. }
  483. .ic_s_success {
  484. background-image: url('../img/s_success.png');
  485. }
  486. .ic_s_sync {
  487. background-image: url('../img/s_sync.png');
  488. }
  489. .ic_s_tbl {
  490. background-image: url('../img/s_tbl.png');
  491. }
  492. .ic_s_theme {
  493. background-image: url('../img/s_theme.png');
  494. }
  495. .ic_s_top {
  496. background-image: url('../img/s_top.png');
  497. }
  498. .ic_s_unlink {
  499. background-image: url('../img/s_unlink.png');
  500. }
  501. .ic_s_vars {
  502. background-image: url('../img/s_vars.png');
  503. }
  504. .ic_s_views {
  505. background-image: url('../img/s_views.png');
  506. }
  507. .ic_show {
  508. background-image: url('../img/show.png');
  509. }
  510. .ic_window-new {
  511. background-image: url('../img/window-new.png');
  512. }
  513. .ic_ajax_clock_small {
  514. background-image: $loading-icon-url;
  515. }
  516. .ic_s_partialtext {
  517. background-image: url('../img/s_partialtext.png');
  518. }
  519. .ic_s_fulltext {
  520. background-image: url('../img/s_fulltext.png');
  521. }