зеркало из https://github.com/mozilla/pjs.git
Bug 207403 URLs in the js console are not formatted like a link (blue, underlined) anymore, patch by Steffen Wilberg (steffen.wilberg@web.de), r=me
This commit is contained in:
Родитель
29c9192902
Коммит
7eaacea91e
|
@ -227,4 +227,33 @@
|
|||
.caption-text
|
||||
{
|
||||
margin: 0px 2px 0px 1px !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* class for text with a 'link' appearance */
|
||||
.text-link
|
||||
{
|
||||
color : blue;
|
||||
text-decoration : underline;
|
||||
}
|
||||
|
||||
.text-link:focus
|
||||
{
|
||||
color : red;
|
||||
-moz-outline: 1px dotted invert;
|
||||
}
|
||||
|
||||
.text-link:hover
|
||||
{
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
.text-link:hover:active
|
||||
{
|
||||
color : red;
|
||||
}
|
||||
|
||||
.text-link[visited="true"]
|
||||
{
|
||||
color : purple;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче