PageRenderTime 68ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/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. div.dhtmlx_window_active div.dhtmlx_wins_buttons_standard table td div.button_tray_default {
  4. background-image: url("../imgs/standard_button_tray/active/btns_default/btn_tray.gif");
  5. }
  6. div.dhtmlx_window_inactive div.dhtmlx_wins_buttons_standard table td div.button_tray_default {
  7. background-image: url("../imgs/standard_button_tray/inactive/btns_default/btn_tray.gif");
  8. }
  9. div.dhtmlx_window_active div.dhtmlx_wins_buttons_standard table td div.button_tray_disabled {
  10. background-image: url("../imgs/standard_button_tray/active/btns_disabled/btn_tray.gif");
  11. }
  12. div.dhtmlx_window_inactive div.dhtmlx_wins_buttons_standard table td div.button_tray_disabled {
  13. background-image: url("../imgs/standard_button_tray/inactive/btns_disabled/btn_tray.gif");
  14. }
  15. div.dhtmlx_window_active div.dhtmlx_wins_buttons_standard table td div.button_tray_over_default {
  16. background-image: url("../imgs/standard_button_tray/active/btns_over_default/btn_tray.gif");
  17. }
  18. div.dhtmlx_window_inactive div.dhtmlx_wins_buttons_standard table td div.button_tray_over_default {
  19. background-image: url("../imgs/standard_button_tray/inactive/btns_over_default/btn_tray.gif");
  20. }
  21. div.dhtmlx_window_active div.dhtmlx_wins_buttons_standard table td div.button_tray_over_pressed {
  22. background-image: url("../imgs/standard_button_tray/active/btns_over_pressed/btn_tray.gif");
  23. }
  24. div.dhtmlx_window_inactive div.dhtmlx_wins_buttons_standard table td div.button_tray_over_pressed {
  25. background-image: url("../imgs/standard_button_tray/inactive/btns_over_pressed/btn_tray.gif");
  26. }