зеркало из https://github.com/mozilla/gecko-dev.git
fix line endings issue
This commit is contained in:
Родитель
f395b61aa1
Коммит
fd04cfe56d
|
@ -10,53 +10,53 @@
|
|||
description.error {
|
||||
color: #FF0000;
|
||||
}
|
||||
|
||||
.toolbar-primary {
|
||||
-moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar");
|
||||
}
|
||||
|
||||
toolbar[printpreview="true"] {
|
||||
-moz-binding: url("chrome://global/content/printPreviewBindings.xml#printpreviewtoolbar");
|
||||
}
|
||||
|
||||
/* ::::: throbber ::::: */
|
||||
|
||||
#navigator-throbber {
|
||||
-moz-appearance: none;
|
||||
-moz-user-focus: ignore;
|
||||
margin: 0 !important;
|
||||
border: none !important;
|
||||
padding: 0px !important;
|
||||
min-width: 0;
|
||||
background-color: transparent;
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.png");
|
||||
}
|
||||
|
||||
#navigator-throbber[busy="true"] {
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
toolbar[iconsize="small"] #navigator-throbber,
|
||||
toolbar[mode="text"] #navigator-throbber {
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.png");
|
||||
}
|
||||
|
||||
toolbar[iconsize="small"] #navigator-throbber[busy="true"],
|
||||
toolbar[mode="text"] #navigator-throbber[busy="true"] {
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
|
||||
opacity: 0.5;
|
||||
}
|
||||
/* ::::: online/offline icons ::::: */
|
||||
|
||||
#offline-status {
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
||||
#offline-status[offline="true"] {
|
||||
list-style-image: url("chrome://communicator/skin/icons/offline.png");
|
||||
}
|
||||
|
||||
#offline-status {
|
||||
list-style-image: url("chrome://communicator/skin/icons/online.png");
|
||||
}
|
||||
|
||||
.toolbar-primary {
|
||||
-moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar");
|
||||
}
|
||||
|
||||
toolbar[printpreview="true"] {
|
||||
-moz-binding: url("chrome://global/content/printPreviewBindings.xml#printpreviewtoolbar");
|
||||
}
|
||||
|
||||
/* ::::: throbber ::::: */
|
||||
|
||||
#navigator-throbber {
|
||||
-moz-appearance: none;
|
||||
-moz-user-focus: ignore;
|
||||
margin: 0 !important;
|
||||
border: none !important;
|
||||
padding: 0px !important;
|
||||
min-width: 0;
|
||||
background-color: transparent;
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.png");
|
||||
}
|
||||
|
||||
#navigator-throbber[busy="true"] {
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
toolbar[iconsize="small"] #navigator-throbber,
|
||||
toolbar[mode="text"] #navigator-throbber {
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.png");
|
||||
}
|
||||
|
||||
toolbar[iconsize="small"] #navigator-throbber[busy="true"],
|
||||
toolbar[mode="text"] #navigator-throbber[busy="true"] {
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
|
||||
opacity: 0.5;
|
||||
}
|
||||
/* ::::: online/offline icons ::::: */
|
||||
|
||||
#offline-status {
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
||||
#offline-status[offline="true"] {
|
||||
list-style-image: url("chrome://communicator/skin/icons/offline.png");
|
||||
}
|
||||
|
||||
#offline-status {
|
||||
list-style-image: url("chrome://communicator/skin/icons/online.png");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче