Mike L
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
10 additions and
0 deletions
-
web_src/less/_repository.less
|
|
@ -343,6 +343,16 @@ |
|
|
|
cursor: default; |
|
|
|
} |
|
|
|
|
|
|
|
tr:last-of-type { |
|
|
|
td:first-child { |
|
|
|
border-bottom-left-radius: var(--border-radius); |
|
|
|
} |
|
|
|
|
|
|
|
td:last-child { |
|
|
|
border-bottom-right-radius: var(--border-radius); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
tr:hover { |
|
|
|
background-color: #ffffee; |
|
|
|
} |
|
|
|