Skip to content
Snippets Groups Projects
Commit d398b47f authored by Antoine Lambert's avatar Antoine Lambert
Browse files

browse: Miscellanneous polishing

parent 8a4db765
No related branches found
No related tags found
No related merge requests found
......@@ -376,9 +376,10 @@ td.hljs-ln-code {
.btn-swh {
color: #6C6C6C;
background-color: #EAEAEA;
border-color: #EAEAEA;
border-color: #ddd;
background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
background-repeat: repeat-x;
outline: none;
}
.btn-swh:hover,
......@@ -386,15 +387,9 @@ td.hljs-ln-code {
.btn-swh:active,
.btn-swh.active,
.open .dropdown-toggle.btn-swh {
color: #6C6C6C;
background-color: #D4D4D4;
border-color: #EAEAEA;
}
.btn-swh:active,
.btn-swh.active,
.open .dropdown-toggle.btn-swh {
background-image: none;
background-color: #e6ebf1;
background-image: linear-gradient(to bottom,#f1f1f1 0,#e6e6e6 100%);
border-color: rgb(197, 197, 197);
}
.btn-swh.disabled,
......@@ -499,4 +494,8 @@ fieldset[disabled] .btn-swh.active {
text-decoration: none;
outline: none;
border: none;
}
\ No newline at end of file
}
.pager a {
outline: none;
}
......@@ -2,7 +2,7 @@
<div class="panel panel-default" style="overflow-x: auto;">
<div class="panel-heading">
<h2>Search Software Heritage origins to browse:</h2>
<h2>Search Software Heritage origins to browse</h2>
</div>
<div class="panel-body">
<form class="form-horizontal" id="search_origins">
......
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