Refactor code themes

This commit is contained in:
randx 2012-06-18 20:18:14 +03:00
parent 22d6dc2b3b
commit 2dd17623c9
5 changed files with 7 additions and 13 deletions

View file

@ -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;

View file

@ -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 {

View file

@ -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 }

View file

@ -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;

View file

@ -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