ace editor, markdown editor
This commit is contained in:
@ -255,4 +255,4 @@ ul.dropdown-menu {
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -336,3 +336,24 @@ a:focus {
|
||||
display: inline-block;
|
||||
color: #a94442;
|
||||
}
|
||||
.article .article-info .label-post {
|
||||
background: #fff;
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
padding: 0 2px;
|
||||
}
|
||||
.article .article-info .label-post:hover {
|
||||
background: #000;
|
||||
}
|
||||
.article .article-info .label-yellow:hover {
|
||||
background: #f0ad4e;
|
||||
}
|
||||
.article .article-info .label-green:hover {
|
||||
background: #5cb85c;
|
||||
}
|
||||
.article .article-info .label-blue:hover {
|
||||
background: #428bca;
|
||||
}
|
||||
.article .article-info .label-red:hover {
|
||||
background: #d9534f;
|
||||
}
|
||||
|
@ -364,4 +364,28 @@ a:focus {
|
||||
display: inline-block;
|
||||
color: #a94442;
|
||||
}
|
||||
}
|
||||
|
||||
.article .article-info {
|
||||
.label-post {
|
||||
background: #fff;
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
padding: 0 2px;
|
||||
&:hover {
|
||||
background: #000;
|
||||
}
|
||||
}
|
||||
.label-yellow:hover {
|
||||
background: #f0ad4e;
|
||||
}
|
||||
.label-green:hover {
|
||||
background: #5cb85c;
|
||||
}
|
||||
.label-blue:hover {
|
||||
background: #428bca;
|
||||
}
|
||||
.label-red:hover {
|
||||
background: #d9534f;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user