Refactor code themes
This commit is contained in:
parent
22d6dc2b3b
commit
2dd17623c9
|
@ -581,7 +581,8 @@ li.note {
|
|||
/* CHZN reset few styles */
|
||||
.chzn-container-single .chzn-single {
|
||||
background:#FFF;
|
||||
border: 1px solid #ccc;
|
||||
border: 1px solid #bbb;
|
||||
box-shadow:none;
|
||||
}
|
||||
.chzn-container-active .chzn-single {
|
||||
background:#fff;
|
||||
|
|
|
@ -165,11 +165,11 @@ a:focus {
|
|||
}
|
||||
|
||||
.nav-pills a:hover {
|
||||
background-color:#ccc;
|
||||
background-color:#888;
|
||||
}
|
||||
|
||||
.nav-pills .active a {
|
||||
background-color: #aaa;
|
||||
background-color: $style_color;
|
||||
}
|
||||
|
||||
.label {
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
.highlight .sr{color:orange;} /* Literal.String.Regex */
|
||||
.highlight .s1{color:orange;} /* Literal.String.Single */
|
||||
.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 */
|
||||
.vg { color: #dd7700 } /* Name.Variable.Global */
|
||||
.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
|
||||
{
|
||||
margin:0px;
|
|
@ -152,13 +152,13 @@ $hover: #FDF5D9;
|
|||
* CODE HIGHTLIGHT BASE
|
||||
*
|
||||
*/
|
||||
@import "highlight.scss";
|
||||
@import "highlight/white.scss";
|
||||
|
||||
/**
|
||||
* CODE HIGHTLIGHT DARK schema
|
||||
*
|
||||
*/
|
||||
@import "highlight.black.scss";
|
||||
@import "highlight/dark.scss";
|
||||
|
||||
/**
|
||||
* JQUERY UI ext
|
||||
|
|
Loading…
Reference in a new issue