mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Issue #1793 - Only use proper Aero Styling in the Toolkit Error Console on Windows 7
This commit is contained in:
parent
895afe00e1
commit
b4e51a8540
1 changed files with 8 additions and 6 deletions
|
|
@ -208,11 +208,13 @@ toolbar#ToolbarMode .toolbarbutton-text {
|
|||
}
|
||||
|
||||
%ifdef XP_WIN
|
||||
#ToolbarMode {
|
||||
-moz-appearance: -moz-win-browsertabbar-toolbox;
|
||||
}
|
||||
@media not (-moz-os-version: windows-win10) {
|
||||
#ToolbarMode {
|
||||
-moz-appearance: -moz-win-browsertabbar-toolbox;
|
||||
}
|
||||
|
||||
#ToolbarEval {
|
||||
-moz-appearance: toolbox;
|
||||
#ToolbarEval {
|
||||
-moz-appearance: toolbox;
|
||||
}
|
||||
}
|
||||
%endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue