/code/plugins/dhtmlx/dhtmlxWindows/codebase/skins/dhtmlxwindows_web_userbtn_tray.css

http://mapapp.googlecode.com/ · CSS · 30 lines · 24 code · 4 blank · 2 comment · 0 complexity · d5b28e7b3f39010f57d538b5963399cc MD5 · raw file

  1. /* "WEB" SKIN */
  2. /* user button: tray */
  3. div.dhtmlx_window_active div.buttons_web table td div.button_tray_default {
  4. background-image: url("../imgs/dhxwins_web_button_tray/active/btns_default/btn_tray.gif");
  5. }
  6. div.dhtmlx_window_inactive div.buttons_web table td div.button_tray_default {
  7. background-image: url("../imgs/dhxwins_web_button_tray/inactive/btns_default/btn_tray.gif");
  8. }
  9. div.dhtmlx_window_active div.buttons_web table td div.button_tray_disabled {
  10. background-image: url("../imgs/dhxwins_web_button_tray/active/btns_disabled/btn_tray.gif");
  11. }
  12. div.dhtmlx_window_inactive div.buttons_web table td div.button_tray_disabled {
  13. background-image: url("../imgs/dhxwins_web_button_tray/inactive/btns_disabled/btn_tray.gif");
  14. }
  15. div.dhtmlx_window_active div.buttons_web table td div.button_tray_over_default {
  16. background-image: url("../imgs/dhxwins_web_button_tray/active/btns_over_default/btn_tray.gif");
  17. }
  18. div.dhtmlx_window_inactive div.buttons_web table td div.button_tray_over_default {
  19. background-image: url("../imgs/dhxwins_web_button_tray/inactive/btns_over_default/btn_tray.gif");
  20. }
  21. div.dhtmlx_window_active div.buttons_web table td div.button_tray_over_pressed {
  22. background-image: url("../imgs/dhxwins_web_button_tray/active/btns_over_pressed/btn_tray.gif");
  23. }
  24. div.dhtmlx_window_inactive div.buttons_web table td div.button_tray_over_pressed {
  25. background-image: url("../imgs/dhxwins_web_button_tray/inactive/btns_over_pressed/btn_tray.gif");
  26. }