mirror of
https://github.com/zotero/zotero.git
synced 2026-08-28 05:25:31 +00:00
fx128: -moz-nativehyperlinktext -> LinkText (#4902)
This commit is contained in:
parent
67b5545b93
commit
b858645957
10 changed files with 11 additions and 11 deletions
|
|
@ -194,7 +194,7 @@ caption {
|
|||
|
||||
/* styles for the link elements copied from .text-link in global.css */
|
||||
.inline-link {
|
||||
color: -moz-nativehyperlinktext;
|
||||
color: LinkText;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ radio[pane=paneSync] {
|
|||
|
||||
/* styles for the link elements copied from .text-link in global.css */
|
||||
.inline-link {
|
||||
color: -moz-nativehyperlinktext;
|
||||
color: LinkText;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ radio[pane=paneSync] {
|
|||
|
||||
/* styles for the link elements copied from .text-link in global.css */
|
||||
.inline-link {
|
||||
color: -moz-nativehyperlinktext;
|
||||
color: LinkText;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -326,7 +326,7 @@ function modify_omni {
|
|||
# Hide "Debug Addons" and "Manage Extension Shortcuts"
|
||||
echo 'panel-item[action="debug-addons"], panel-item[action="reset-update-states"] + hr, panel-item[action="manage-shortcuts"] { display: none }' >> $file
|
||||
# Show cursor feedback on plugin homepage links
|
||||
echo '.addon-detail-row-homepage .text-link { cursor: pointer; color: -moz-nativehyperlinktext; }' >> $file
|
||||
echo '.addon-detail-row-homepage .text-link { cursor: pointer; color: LinkText; }' >> $file
|
||||
echo '.addon-detail-row-homepage .text-link:hover { text-decoration: underline; }' >> $file
|
||||
|
||||
file="chrome/toolkit/content/mozapps/extensions/aboutaddons.js"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ checkbox, description, groupbox > .groupbox-body, radio, div:not(.license-more-i
|
|||
}
|
||||
|
||||
a {
|
||||
color: -moz-nativehyperlinktext;
|
||||
color: LinkText;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ groupbox > label > h2, groupbox > * > label > h2 {
|
|||
|
||||
label.zotero-text-link {
|
||||
-moz-user-focus: normal;
|
||||
color: -moz-nativehyperlinktext;
|
||||
color: LinkText;
|
||||
text-decoration: underline;
|
||||
border: 1px solid transparent;
|
||||
cursor: pointer;
|
||||
|
|
@ -14,7 +14,7 @@ label.zotero-text-link {
|
|||
|
||||
.text-link {
|
||||
-moz-user-focus: normal;
|
||||
color: -moz-nativehyperlinktext;
|
||||
color: LinkText;
|
||||
text-decoration: underline;
|
||||
border: 1px solid transparent;
|
||||
cursor: pointer;
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
|
||||
span.text-link {
|
||||
cursor: pointer;
|
||||
color: -moz-nativehyperlinktext;
|
||||
color: LinkText;
|
||||
}
|
||||
|
||||
span.text-link:hover {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
a {
|
||||
display: inline;
|
||||
color: -moz-nativehyperlinktext;
|
||||
color: LinkText;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover, &:active, &:focus {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.zotero-text-link {
|
||||
-moz-user-focus: normal;
|
||||
color: -moz-nativehyperlinktext;
|
||||
color: LinkText;
|
||||
text-decoration: underline;
|
||||
border: var(--material-border-transparent);
|
||||
cursor: pointer;
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ publications-license-info {
|
|||
|
||||
a {
|
||||
display: inline;
|
||||
color: var(--license-info-link-color, -moz-nativehyperlinktext);
|
||||
color: var(--license-info-link-color, LinkText);
|
||||
text-decoration: var(--license-info-link-decoration, none);
|
||||
|
||||
&:hover,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue