mirror of
https://github.com/ManchildProductions/binoc-central-mirror.git
synced 2026-06-25 08:38:47 +00:00
28 lines
776 B
CSS
28 lines
776 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/. */
|
|
|
|
/* Activity Management System Bindings */
|
|
|
|
activity-group {
|
|
-moz-binding: url('chrome://messenger/content/activity.xml#activity-group');
|
|
}
|
|
|
|
activity-process {
|
|
-moz-binding: url('chrome://messenger/content/activity.xml#activity-process');
|
|
}
|
|
|
|
activity-event {
|
|
-moz-binding: url('chrome://messenger/content/activity.xml#activity-event');
|
|
}
|
|
|
|
activity-warning {
|
|
-moz-binding: url('chrome://messenger/content/activity.xml#activity-warning');
|
|
}
|
|
|
|
/* Only focus buttons in the selected item */
|
|
|
|
activity-process:not([selected="true"]) button {
|
|
-moz-user-focus: none;
|
|
}
|