mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 17:08:30 +01:00
Use 4 borders for highlight-row (instead of 1)
This commit is contained in:
parent
7d35baddd4
commit
ae353dbb25
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
/* highlighted table row */
|
/* highlighted table row */
|
||||||
.highlight-row {
|
.highlight-row {
|
||||||
border-top: solid #5675E2;
|
border: solid #5675E2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arrow {
|
.arrow {
|
||||||
|
|
Loading…
Reference in a new issue