Found the file, editted the color, the width, but it does not do
anything...

Content of the dropmarker.css file:

dropmarker {
  -moz-appearance: none;
  width: 16px;      /* editted this */
  -moz-box-align: center;
  -moz-box-pack: center;
   background-color: none;   /* and this, changed it into yellow, but
noting happened */
  padding: 1px;
  list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
  -moz-image-region: auto;
}

dropmarker:hover:active {
  padding: 2px 0 0 2px; /*and this */
}

dropmarker[disabled="true"] { /* disable this part -> makes the
browser unusable */
  list-style-image: url("chrome://global/skin/arrow/arrow-dn-
dis.gif");
  padding: 1px !important;
}

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to