mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
pkgbase_details.php/pkg_details.php: Show keywords
Keywords are hyperlinked so a user can search for other packages with the same name and/or keyword. Signed-off-by: Marcel Korpel <marcel.korpel@gmail.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
6e3cbb9e65
commit
d852da79e4
3 changed files with 44 additions and 2 deletions
|
@ -53,6 +53,24 @@
|
|||
text-align:right;
|
||||
}
|
||||
|
||||
.keyword:link, .keyword:visited {
|
||||
float: left;
|
||||
margin: 1px .5ex 1px 0;
|
||||
padding: 0 1em;
|
||||
color: white;
|
||||
background-color: #36a;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.keyword:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.keyword:focus {
|
||||
border: 1px dotted #000;
|
||||
}
|
||||
|
||||
.text-button {
|
||||
background: transparent;
|
||||
border: none !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue