1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Unknwon 2015-09-02 18:32:23 -04:00
parent 768c78d143
commit c0a899b151
7 changed files with 47 additions and 31 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -184,6 +184,18 @@ pre {
display: none!important;
}
}
&.tabs.buttons {
.active {
font-weight: 900;
&.green {
box-shadow: 0 0 0 2px #13ae38 inset!important;
}
&.red {
box-shadow: 0 0 0 2px #d41515 inset!important;
}
}
}
}
.overflow.menu {
@ -271,6 +283,7 @@ footer {
.octicon.icon,
.mega-octicon.icon {
font-family: octicons;
opacity: 1!important;
}
// Accessibility

View file

@ -26,7 +26,7 @@
.fork-flag {
margin-left: @mega-octicon-width + 8px;
display: block;
font-size: 11px;
font-size: 12px;
line-height: 10px;
white-space: nowrap;
}