added background image & adjusted styles for it
[dylansserver.git] / includes / syntax / styles / shCoreDefault.css
index 08f9e10..81f2a3b 100644 (file)
@@ -92,7 +92,7 @@
   width: 100% !important;
   height: 100% !important;
   border: none !important;
-  background: white !important;
+  /*background: white !important;*/
   padding-left: 1em !important;
   overflow: hidden !important;
   white-space: pre !important;
   color: black !important;
 }
 
+/*
 .syntaxhighlighter {
   background-color: white !important;
 }
 .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
   background-color: #e0e0e0 !important;
 }
+*/
+
 .syntaxhighlighter .line.highlighted.number {
   color: black !important;
 }
 }
 .syntaxhighlighter .gutter .line.highlighted {
   background-color: #6ce26c !important;
-  color: white !important;
+  /*color: white !important;*/
 }
 .syntaxhighlighter.printing .line .content {
   border: none !important;
 }
 .syntaxhighlighter.collapsed .toolbar {
   color: blue !important;
-  background: white !important;
+  /*background: white !important;*/
   border: 1px solid #6ce26c !important;
 }
 .syntaxhighlighter.collapsed .toolbar a {