// stylelint-disable scss/at-extend-no-missing-placeholder // Icons // Icon Colors $svg-color: $pma-link-color; // #0dcaf0 $disable-color: $pma-disable-color; // #adb5bd $lock-color: #842029; $unlock-color: #005e52; $drop-color: #dc3545; $notice-color: #ff0; $success-color: #2bbbad; $usradd-color: #005e52; $usrdrop-color: #842029; // Data SVG $data-svg-prefix: 'data:image/svg+xml,'; $icons: ( 'b_bookmark': '', 'b_browse': '', 'b_chart': '', 'b_close': '', 'b_comment': '', 'b_deltbl': '', 'b_docs': '', 'b_drop': '', 'b_edit': '', 'b_empty': '', 'b_engine': '', 'b_event_add': '', 'b_events': '', 'b_export': '', 'b_favorite': '', 'b_find_replace': '', 'b_ftext': '', 'b_globe': '', 'b_group': '', 'b_help': '', 'b_home': '', 'b_import': '', 'b_index': '', 'b_index_add': '', 'b_insrow': '', 'b_minus': '', 'b_more': '', 'b_move': '', 'b_newdb': '', 'db_drop': '', 'b_no_favorite': '', 'b_plugin': '', 'b_plus': '', 'b_primary': '', 'b_print': '', 'b_props': '', 'b_relations': '', 'b_report': '', 'b_rename': '', 'b_routine_add': '', 'b_routines': '', 'b_save': '', 'b_search': '', 'b_select': '', 'b_spatial': '', 'b_sql': '', 'b_sqlhelp': '', 'b_table_add': '', 'b_tblanalyse': '', 'b_tblops': '', 'b_tbloptimize': '', 'b_trigger_add': '', 'b_triggers': '', 'b_unique': '', 'b_usradd': '', 'b_usrdrop': '', 'b_usredit': '', 'b_usrlist': '', 'b_versions': '', 'b_view_add': '', 'b_views': '', 'bd_primary': '', 'bd_browse': '', 'bd_empty': '', 'bd_select': '', 'centralColumns': '', 'centralColumns_add': '', 'centralColumns_delete': '', 'console': '', 'database': '', 'eye': '', 'hide': '', 'normalize': '', 'pause': '', 'play': '', 's_asc': '', 's_asci': '', 's_cog': '', 's_collapseall': '', 's_desc': '', 's_error': '', 's_host': '', 's_lang': '', 's_link': '', 's_lock': '', 's_unlock': '', 's_loggoff': '', 's_notice': '', 's_okay': '', 's_passwd': '', 's_reload': '', 's_replication': '', 's_rights': '', 's_status': '', 's_success': '', 's_tbl': '', 's_theme': '', 's_top': '', 's_unlink': '', 's_vars': '', 'show': '', 'window-new': '' ); // Icons .icon { margin: 0; margin-left: .3em; padding: 0 !important; width: 16px; height: 16px; } .icon_fulltext { width: 50px; height: 19px; } // SVGs @each $name, $svg in $icons { .ic_#{$name} { background-image: escape-svg(url($data-svg-prefix + $svg)); } } // Extended SVGs .ic_b_column_add { @extend .ic_centralColumns_add; } .ic_s_db { @extend .ic_database; } .ic_b_saveimage { @extend .ic_b_save; } .ic_b_sbrowse { @extend .ic_b_browse; } .ic_b_tblexport { @extend .ic_b_export; } .ic_b_tblimport { @extend .ic_b_import; } .ic_b_usrcheck { @extend .ic_b_usredit; } // PNGs .ic_ajax_clock_small { background-image: url('../img/ajax_clock_small.gif'); } .ic_asc_order { background-image: url('../img/asc_order.png'); } .ic_b_calendar { background-image: url('../img/b_calendar.png'); } .ic_b_dbstatistics { background-image: url('../img/b_dbstatistics.png'); } .ic_b_docsql { background-image: url('../img/b_docsql.png'); } .ic_b_firstpage { background-image: url('../img/b_firstpage.png'); } .ic_b_inline_edit { background-image: url('../img/b_inline_edit.png'); } .ic_b_lastpage { background-image: url('../img/b_lastpage.png'); } .ic_b_newtbl { background-image: url('../img/b_newtbl.png'); } .ic_b_nextpage { background-image: url('../img/b_nextpage.png'); } .ic_b_pdfdoc { background-image: url('../img/b_pdfdoc.png'); } .ic_b_prevpage { background-image: url('../img/b_prevpage.png'); } .ic_b_sdb { background-image: url('../img/b_sdb.png'); width: 10px; height: 10px; } .ic_b_snewtbl { background-image: url('../img/b_snewtbl.png'); } .ic_b_sqldoc { background-image: url('../img/b_sqldoc.png'); } .ic_b_tipp { background-image: url('../img/b_tipp.png'); } .ic_b_undo { background-image: url('../img/b_undo.png'); } .ic_b_view { background-image: url('../img/b_view.png'); } .ic_b_left { background-image: url('../img/b_left.png'); } .ic_b_right { background-image: url('../img/b_right.png'); } .ic_bd_deltbl { background-image: url('../img/bd_deltbl.png'); } .ic_bd_drop { background-image: url('../img/bd_drop.png'); } .ic_bd_edit { background-image: url('../img/bd_edit.png'); } .ic_bd_export { background-image: url('../img/bd_export.png'); } .ic_bd_firstpage { background-image: url('../img/bd_firstpage.png'); } .ic_bd_ftext { background-image: url('../img/bd_ftext.png'); } .ic_bd_index { background-image: url('../img/bd_index.png'); } .ic_bd_insrow { background-image: url('../img/bd_insrow.png'); } .ic_bd_lastpage { background-image: url('../img/bd_lastpage.png'); } .ic_bd_nextpage { background-image: url('../img/bd_nextpage.png'); } .ic_bd_prevpage { background-image: url('../img/bd_prevpage.png'); } .ic_bd_routine_add { background-image: url('../img/bd_routine_add.png'); } .ic_bd_sbrowse { background-image: url('../img/bd_sbrowse.png'); } .ic_bd_spatial { background-image: url('../img/bd_spatial.png'); } .ic_bd_unique { background-image: url('../img/bd_unique.png'); } .ic_col_drop { background-image: url('../img/col_drop.png'); } .ic_eye_grey { background-image: url('../img/eye_grey.png'); } .ic_item { background-image: url('../img/item.png'); width: 9px; height: 9px; } .ic_lightbulb { background-image: url('../img/lightbulb.png'); } .ic_lightbulb_off { background-image: url('../img/lightbulb_off.png'); } .ic_more { background-image: url('../img/more.png'); width: 13px; } .ic_new_data { background-image: url('../img/new_data.png'); } .ic_new_data_hovered { background-image: url('../img/new_data_hovered.png'); } .ic_new_data_selected { background-image: url('../img/new_data_selected.png'); } .ic_new_data_selected_hovered { background-image: url('../img/new_data_selected_hovered.png'); } .ic_new_struct { background-image: url('../img/new_struct.png'); } .ic_new_struct_hovered { background-image: url('../img/new_struct_hovered.png'); } .ic_new_struct_selected { background-image: url('../img/new_struct_selected.png'); } .ic_new_struct_selected_hovered { background-image: url('../img/new_struct_selected_hovered.png'); } .ic_php_sym { background-image: url('../img/php_sym.png'); } .ic_s_attention { background-image: url('../img/s_attention.png'); } .ic_s_cancel { background-image: url('../img/s_cancel.png'); } .ic_s_cancel2 { background-image: url('../img/s_cancel2.png'); } .ic_s_info { background-image: url('../img/s_info.png'); } .ic_s_process { background-image: url('../img/s_process.png'); } .ic_s_really { background-image: url('../img/s_really.png'); width: 11px; height: 11px; } .ic_s_sortable { background-image: url('../img/s_sortable.png'); } .ic_s_sync { background-image: url('../img/s_sync.png'); } .ic_s_views { background-image: url('../img/s_views.png'); } .ic_s_partialtext { background-image: url('../img/s_partialtext.png'); } .ic_s_fulltext { background-image: url('../img/s_fulltext.png'); }