/Base/MVCUIHtmlHelper/MVCUIHtmlHelper.Web/Content/js/dhtmlx/dhtmlxWindows/codebase/skins/dhtmlxwindows_standard_userbtn_tray.css
CSS | 29 lines | 24 code | 3 blank | 2 comment | 0 complexity | 86d5d5507ee5e61aa5b08078b0315887 MD5 | raw file
1/* "STANDARD" SKIN */ 2/* USER-BUTTON "TRAY" */ 3 4div.dhtmlx_window_active div.dhtmlx_wins_buttons_standard table td div.button_tray_default { 5 background-image: url("../imgs/standard_button_tray/active/btns_default/btn_tray.gif"); 6} 7div.dhtmlx_window_inactive div.dhtmlx_wins_buttons_standard table td div.button_tray_default { 8 background-image: url("../imgs/standard_button_tray/inactive/btns_default/btn_tray.gif"); 9} 10div.dhtmlx_window_active div.dhtmlx_wins_buttons_standard table td div.button_tray_disabled { 11 background-image: url("../imgs/standard_button_tray/active/btns_disabled/btn_tray.gif"); 12} 13div.dhtmlx_window_inactive div.dhtmlx_wins_buttons_standard table td div.button_tray_disabled { 14 background-image: url("../imgs/standard_button_tray/inactive/btns_disabled/btn_tray.gif"); 15} 16div.dhtmlx_window_active div.dhtmlx_wins_buttons_standard table td div.button_tray_over_default { 17 background-image: url("../imgs/standard_button_tray/active/btns_over_default/btn_tray.gif"); 18} 19div.dhtmlx_window_inactive div.dhtmlx_wins_buttons_standard table td div.button_tray_over_default { 20 background-image: url("../imgs/standard_button_tray/inactive/btns_over_default/btn_tray.gif"); 21} 22div.dhtmlx_window_active div.dhtmlx_wins_buttons_standard table td div.button_tray_over_pressed { 23 background-image: url("../imgs/standard_button_tray/active/btns_over_pressed/btn_tray.gif"); 24} 25div.dhtmlx_window_inactive div.dhtmlx_wins_buttons_standard table td div.button_tray_over_pressed { 26 background-image: url("../imgs/standard_button_tray/inactive/btns_over_pressed/btn_tray.gif"); 27} 28 29