New theme. File: include/blue.css

This commit is contained in:
Chris Gordon 2011-09-08 11:54:43 +10:00 committed by Joel Martin
parent a7eb596d89
commit 89a76c785c
1 changed files with 22 additions and 0 deletions

22
include/blue.css Normal file
View File

@ -0,0 +1,22 @@
#noVNC-control-bar {
background-color:#04073d;
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.54, rgb(10,15,79)),
color-stop(0.5, rgb(4,7,61))
);
background-image: -moz-linear-gradient(
center bottom,
rgb(10,15,79) 54%,
rgb(4,7,61) 50%
);
}
.triangle-right {
border:2px solid #fff;
background:#04073d;
color:#fff;
}