mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-21 13:38:00 +02:00
theme changes
This commit is contained in:
@ -33,6 +33,10 @@ html, body {
|
||||
margin: 0 .5em;
|
||||
}
|
||||
|
||||
.fa-m{
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.list-group .list-group-item {
|
||||
background-color: transparent;
|
||||
}
|
||||
@ -419,6 +423,10 @@ html, body {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.gogs-repo-nav .btn-default{
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
}
|
||||
|
||||
#gogs-repo-watching .dropdown-menu {
|
||||
width: 280px;
|
||||
padding: 0;
|
||||
@ -530,6 +538,10 @@ html, body {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.popover .repo-clone-div{
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
/* #gogs-source */
|
||||
#gogs-source {
|
||||
margin-top: -20px;
|
||||
|
Reference in New Issue
Block a user