@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("212.71.177.9") {



/*
 hide some NON HTML preview icons
*/ /*
 table#item.cms li.preview a:not([href$=html]) {
  display: none !important;
 }
 */
/*
 hide edits icons ither than given language
 2 = CZ
 3 = EN
 4 = DE
*/ /*
 table#item.cms li.edit a:not([href$="3"]) {
  display: none !important;
 }
*/

 table#item.cms li.edit a[href$="2"]:before {
  content: "[ CZ ]" !important;
 }
 table#item.cms li.edit a[href$="3"]:before {
  content: "[ EN ]" !important;
 }
 table#item.cms li.edit a[href$="4"]:before {
  content: "[ DE ]" !important;
 }

 table#item.cms li.preview a[href$="html"]:before {
  content: "HTML" !important;
 }

 table#item.cms div.rollDownMenu li a[href*="new.do"] {
  display: none !important;
 }


}

