mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
Change uses of CSS properties not part of the CSS2 spec to use -moz- prefix. b=3935
Fix some CSS errors found with CSS parser error reporting, with Ben's approval.
This commit is contained in:
parent
089e3fce46
commit
09e4a2dcb4
@ -51,10 +51,10 @@
|
||||
* Sidebar and Panel title buttons
|
||||
*/
|
||||
sidebarheader[type="box"] {
|
||||
behavior: url(chrome://communicator/content/sidebar/sidebarBindings.xml#sidebar-header-box);
|
||||
-moz-binding: url(chrome://communicator/content/sidebar/sidebarBindings.xml#sidebar-header-box);
|
||||
}
|
||||
sidebarheader[type="splitter"] {
|
||||
behavior: url(chrome://communicator/content/sidebar/sidebarBindings.xml#sidebar-header-splitter);
|
||||
-moz-binding: url(chrome://communicator/content/sidebar/sidebarBindings.xml#sidebar-header-splitter);
|
||||
/* a vertical splitter */
|
||||
cursor: n-resize;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user