mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 774298 - Remove obsolete "Inspector / Highlighter" styling. r=rcampbell
This commit is contained in:
parent
befb4a1892
commit
fdef80a11c
@ -1905,31 +1905,6 @@ toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
|
||||
opacity: .3;
|
||||
}
|
||||
|
||||
/* Inspector / Highlighter */
|
||||
|
||||
#highlighter-panel {
|
||||
-moz-appearance: none;
|
||||
-moz-window-shadow: none;
|
||||
background: -moz-linear-gradient(top -1deg, #ffdd88, #ffeeaa);
|
||||
border: none;
|
||||
opacity: 0.35;
|
||||
}
|
||||
|
||||
listitem.style-selector {
|
||||
background-color: DarkGray;
|
||||
color: white;
|
||||
}
|
||||
|
||||
listitem.style-section {
|
||||
background-color: LightGray;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
panel[dimmed="true"] {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
/* Add-on bar */
|
||||
|
||||
#addon-bar {
|
||||
|
@ -2624,31 +2624,6 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
|
||||
box-shadow: @focusRingShadow@;
|
||||
}
|
||||
|
||||
/* Inspector / Highlighter */
|
||||
|
||||
#highlighter-panel {
|
||||
-moz-appearance: none;
|
||||
-moz-window-shadow: none;
|
||||
background: -moz-linear-gradient(top -1deg, #ffdd88, #ffeeaa);
|
||||
border: none;
|
||||
opacity: 0.35;
|
||||
}
|
||||
|
||||
listitem.style-selector {
|
||||
background-color: DarkGray;
|
||||
color: white;
|
||||
}
|
||||
|
||||
listitem.style-section {
|
||||
background-color: LightGray;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
panel[dimmed="true"] {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
/* Add-on bar */
|
||||
|
||||
#addon-bar {
|
||||
|
@ -2568,31 +2568,6 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
|
||||
outline: 1px dotted -moz-dialogText;
|
||||
}
|
||||
|
||||
/* Inspector / Highlighter */
|
||||
|
||||
#highlighter-panel {
|
||||
-moz-appearance: none;
|
||||
-moz-window-shadow: none;
|
||||
background: -moz-linear-gradient(top -1deg, #ffdd88, #ffeeaa);
|
||||
border: none;
|
||||
opacity: 0.35;
|
||||
}
|
||||
|
||||
listitem.style-selector {
|
||||
background-color: DarkGray;
|
||||
color: white;
|
||||
}
|
||||
|
||||
listitem.style-section {
|
||||
background-color: LightGray;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
panel[dimmed="true"] {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
/* Add-on bar */
|
||||
|
||||
#addon-bar {
|
||||
|
Loading…
Reference in New Issue
Block a user