Skip to content

Commit

Permalink
Merge pull request lukencode#16 from feanz/patch-1
Browse files Browse the repository at this point in the history
Added a fallback colour to improve browser compatibility with I.E 8
  • Loading branch information
lukencode committed Jan 6, 2012
2 parents dcd4f11 + abf4f04 commit 310ecc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NetBash/UI/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
position:absolute;
bottom:0;
width:100%;
background:rgb(0, 0, 0); /* The Fallback */
background:rgba(0,0,0, 0.2);

&.loading
Expand Down Expand Up @@ -56,7 +57,8 @@
padding:10px;
font-size:13px;
height:455px;
overflow:auto;
overflow:auto;
background:rgb(0, 0, 0); /* The Fallback */

.console-message
{
Expand Down

0 comments on commit 310ecc3

Please sign in to comment.