mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
css fix
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user