mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 02:38:35 +00:00
Finish new hooks list page
This commit is contained in:
@@ -75,6 +75,11 @@
|
||||
.btn-active {
|
||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset, 0 0 4px rgba(0, 0, 0, .15) inset
|
||||
}
|
||||
.btn-header {
|
||||
margin-top: -1px;
|
||||
color: white;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.btn-radius {
|
||||
border-radius: .25em;
|
||||
|
@@ -360,11 +360,11 @@ p {
|
||||
// truncate element
|
||||
|
||||
.text-truncate {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
// code elements
|
||||
|
Reference in New Issue
Block a user