Commit 2dd17623 authored by randx's avatar randx

Refactor code themes

parent 22d6dc2b
......@@ -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 }
......
@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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment