Refactor code themes
This commit is contained in:
parent
22d6dc2b3b
commit
2dd17623c9
5 changed files with 7 additions and 13 deletions
|
@ -581,7 +581,8 @@ li.note {
|
||||||
/* CHZN reset few styles */
|
/* CHZN reset few styles */
|
||||||
.chzn-container-single .chzn-single {
|
.chzn-container-single .chzn-single {
|
||||||
background:#FFF;
|
background:#FFF;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #bbb;
|
||||||
|
box-shadow:none;
|
||||||
}
|
}
|
||||||
.chzn-container-active .chzn-single {
|
.chzn-container-active .chzn-single {
|
||||||
background:#fff;
|
background:#fff;
|
||||||
|
|
|
@ -165,11 +165,11 @@ a:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-pills a:hover {
|
.nav-pills a:hover {
|
||||||
background-color:#ccc;
|
background-color:#888;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-pills .active a {
|
.nav-pills .active a {
|
||||||
background-color: #aaa;
|
background-color: $style_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
.highlight .sr{color:orange;} /* Literal.String.Regex */
|
.highlight .sr{color:orange;} /* Literal.String.Regex */
|
||||||
.highlight .s1{color:orange;} /* Literal.String.Single */
|
.highlight .s1{color:orange;} /* Literal.String.Single */
|
||||||
.highlight .ss{color:orange;} /* Literal.String.Symbol */
|
.highlight .ss{color:orange;} /* Literal.String.Symbol */
|
||||||
.bp { color: #003388 } /* Name.Builtin.Pseudo */
|
.bp { color: #D58 } /* Name.Builtin.Pseudo */
|
||||||
.vc { color: #336699 } /* Name.Variable.Class */
|
.vc { color: #336699 } /* Name.Variable.Class */
|
||||||
.vg { color: #dd7700 } /* Name.Variable.Global */
|
.vg { color: #dd7700 } /* Name.Variable.Global */
|
||||||
.vi { color: cyan }
|
.vi { color: cyan }
|
|
@ -1,10 +1,3 @@
|
||||||
@mixin round-borders-all($radius) {
|
|
||||||
border: 1px solid #eaeaea;
|
|
||||||
-moz-border-radius: $radius;
|
|
||||||
-webkit-border-radius: $radius;
|
|
||||||
border-radius: $radius;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.highlighttable
|
table.highlighttable
|
||||||
{
|
{
|
||||||
margin:0px;
|
margin:0px;
|
|
@ -152,13 +152,13 @@ $hover: #FDF5D9;
|
||||||
* CODE HIGHTLIGHT BASE
|
* CODE HIGHTLIGHT BASE
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@import "highlight.scss";
|
@import "highlight/white.scss";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CODE HIGHTLIGHT DARK schema
|
* CODE HIGHTLIGHT DARK schema
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@import "highlight.black.scss";
|
@import "highlight/dark.scss";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* JQUERY UI ext
|
* JQUERY UI ext
|
||||||
|
|
Loading…
Add table
Reference in a new issue