mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 10:01:39 -05:00
completions: fix buffer syntax
This commit is contained in:
parent
f8d8d76bcc
commit
a8320c33a7
1 changed files with 2 additions and 3 deletions
|
@ -37,14 +37,13 @@ img {
|
|||
|
||||
.url, a.url, a.url:link, a.url:visited {
|
||||
background: white;
|
||||
color: #d0ffd0 !important;
|
||||
color: #1f9947;
|
||||
display: inline;
|
||||
left: 50%;
|
||||
overflow: hidden;
|
||||
padding: 0 2px;
|
||||
position: absolute;
|
||||
text-decoration: none !important;
|
||||
z-index: 9999;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Hide the URLs if the screen is small */
|
||||
|
|
Loading…
Add table
Reference in a new issue