Skip to content
Snippets Groups Projects
Commit e0d4892e authored by barrilac's avatar barrilac
Browse files

changed format for browsers' links

SVN: 24677
parent f474994f
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,24 @@ input { ...@@ -48,7 +48,24 @@ input {
-moz-box-shadow: 0 1px 3px #999; -moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999; -webkit-box-shadow: 0 1px 3px #999;
} }
a:link,a:visited
#browser a:link,a:visited
{
display:block;
font-weight:bold;
color:#FFFFFF;
background-color:#6699FF;
width:120px;
text-align:center;
padding:4px;
text-decoration:none;
}
#browser a:hover,a:active
{
background-color:#6666FF;
}
#plasmid_browser a:link,a:visited
{ {
display:block; display:block;
font-weight:bold; font-weight:bold;
...@@ -59,7 +76,7 @@ text-align:center; ...@@ -59,7 +76,7 @@ text-align:center;
padding:4px; padding:4px;
text-decoration:none; text-decoration:none;
} }
a:hover,a:active #plasmid_browser a:hover,a:active
{ {
background-color:#6666FF; background-color:#6666FF;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment