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

Finish new web hook pages

This commit is contained in:
Unknwon
2014-08-09 15:40:10 -07:00
parent 9820b8e134
commit 9a1d5d2489
23 changed files with 249 additions and 265 deletions

View File

@@ -32,16 +32,15 @@
color: #FFF;
}
}
.btn-red {
background-color: @btnRedColor;
border: 1px solid @btnRedColor;
&:hover {
background-color: @btnHoverRedColor;
color: #FFF;
}
background-color: @btnRedColor;
border: 1px solid @btnRedColor;
&:hover {
background-color: @btnHoverRedColor;
color: #FFF;
}
}
.btn-orange {
background-color: @btnOrangeColor;
border: 1px solid @btnOrangeColor;
@@ -73,33 +72,33 @@
// status buttons
.btn-active {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset, 0 0 4px rgba(0, 0, 0, .15) inset
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-link {
overflow: visible;
padding: .6em 1.2em;
}
.btn-radius {
border-radius: .25em;
border-radius: .25em;
}
.btn-left-radius {
border-top-left-radius: .25em;
border-bottom-left-radius: .25em;
border-top-left-radius: .25em;
border-bottom-left-radius: .25em;
}
.btn-right-radius {
border-top-right-radius: .25em;
border-bottom-right-radius: .25em;
border-top-right-radius: .25em;
border-bottom-right-radius: .25em;
}
.btn-block {
display: block;
width: 100%;
box-sizing: content-box;
text-align: center;
display: block;
width: 100%;
box-sizing: content-box;
text-align: center;
}
.btn-disabled {