mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-09 06:55:54 +01:00
Fix octicons style
This commit is contained in:
@@ -36,27 +36,29 @@ h6 {
|
|||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.octicon,.mega-octicon{
|
.octicon {
|
||||||
color : #999;
|
color : #999;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mega-octicon{
|
.mega-octicon {
|
||||||
|
color : #999;
|
||||||
|
text-align: center;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.octicon.active,.mega-octicon.active{
|
.octicon.active,.mega-octicon.active {
|
||||||
color : #333;
|
color : #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.octicon-cloud-download{
|
.octicon-cloud-download {
|
||||||
color: #333;
|
color: #333;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.head .octicon, .head .mega-octicon{
|
.head .octicon, .head .mega-octicon {
|
||||||
color : #BBB;
|
color : #BBB;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user