2012-05-21 15:12:37 +04:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
2018-01-10 20:31:14 +03:00
|
|
|
%include ../shared/searchbar.inc.css
|
2007-11-07 08:09:39 +03:00
|
|
|
|
2008-02-25 11:47:24 +03:00
|
|
|
menuitem[cmd="cmd_clearhistory"] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-clear?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
menuitem[cmd="cmd_clearhistory"][disabled] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-clear?size=menu&state=disabled");
|
|
|
|
}
|