Skip to content
Snippets Groups Projects
Commit 2dd17623 authored by randx's avatar randx
Browse files

Refactor code themes

parent 22d6dc2b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
Loading
Loading
@@ -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 {
Loading
Loading
Loading
Loading
@@ -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 }
Loading
Loading
@mixin round-borders-all($radius) {
border: 1px solid #eaeaea;
-moz-border-radius: $radius;
-webkit-border-radius: $radius;
border-radius: $radius;
}
table.highlighttable
{
margin:0px;
Loading
Loading
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment