Skip to content

Commit

Permalink
Backed out one css tweak that was causing poor performance in one bro…
Browse files Browse the repository at this point in the history
…wser for large shaders.
  • Loading branch information
emackey committed Dec 3, 2011
1 parent 165cbe6 commit d855e2c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions static/css/codemirror.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.CodeMirror {
color: white;
text-shadow: rgba( 0, 0, 0, 1 ) 0px 1px 2px;
background-color:rgba(0,0,0,0);
background-color: transparent;
position: absolute; left: 25px; top: 75px;
padding: 12px;
border: none;
Expand All @@ -11,15 +11,6 @@
font-size: 14px;
font-weight: bold;
visibility: visible;

-moz-transition-property: background-color; /* Firefox */
-webkit-transition-property: background-color; /* Safari and Chrome */
-o-transition-property: background-color; /* Opera */
transition-property: background-color;
-moz-transition-duration: .2s;
-webkit-transition-duration: .2s;
-o-transition-duration: .2s;
transition-duration: .2s;
}

.CodeMirror:hover {
Expand Down

0 comments on commit d855e2c

Please sign in to comment.