1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Remove box-shadow from UI, fix dashboard issue (#3065)

This commit is contained in:
silverwind
2017-12-03 00:16:35 +01:00
committed by Lauris BH
parent ef5364950b
commit 4947cfb7b0
4 changed files with 13 additions and 2 deletions

View File

@@ -146,6 +146,12 @@ pre, code {
}
}
&.menu,
&.vertical.menu,
&.segment {
box-shadow: none;
}
.text {
&.red {
color: #d95c5c !important;

View File

@@ -48,6 +48,11 @@
}
}
}
/* Accomodate for Semantic's 1px hacks on .attached elements */
.dashboard-repos {
margin: 0 1px;
}
}
&.feeds {