mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
30 lines
742 B
CSS
30 lines
742 B
CSS
/* 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/. */
|
|
|
|
#oneClickProvidersList richlistitem {
|
|
-moz-binding: url("chrome://global/content/bindings/checkbox.xml#checkbox");
|
|
-moz-padding-start: 5px;
|
|
height: 22px; /* setting the height of checkboxes is required to let the
|
|
window auto-sizing code work. */
|
|
}
|
|
|
|
#oneClickProvidersList {
|
|
height: 178px;
|
|
}
|
|
|
|
.searchengine-menuitem > .menu-iconic-left {
|
|
display: -moz-box
|
|
}
|
|
|
|
.checkbox-label-box {
|
|
-moz-box-align: center;
|
|
-moz-appearance: none;
|
|
border: none;
|
|
}
|
|
|
|
.checkbox-icon {
|
|
margin: 3px 3px;
|
|
max-width: 16px;
|
|
}
|