|
@@ -724,6 +724,10 @@ body[id="helios"] .button {
|
|
|
margin: 0;
|
|
|
margin-left: 10px;
|
|
|
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #ffffff;
|
|
|
+ background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #ffffff;
|
|
|
+ background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #ffffff;
|
|
|
+ background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #ffffff;
|
|
|
+ background: linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #ffffff;
|
|
|
font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
|
|
|
}
|
|
|
body[id="helios"] .button.default {
|
|
@@ -732,6 +736,9 @@ body[id="helios"] .button.default {
|
|
|
border-bottom: 1px solid #4B4B58;
|
|
|
background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 50.5%, rgba(255, 255, 255, 0.45) 95%, rgba(255, 255, 255, 0.8) 100%) #b1bdd5;
|
|
|
background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 50.5%, rgba(255, 255, 255, 0.45) 95%, rgba(255, 255, 255, 0.8) 100%) #b1bdd5;
|
|
|
+ background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 50.5%, rgba(255, 255, 255, 0.45) 95%, rgba(255, 255, 255, 0.8) 100%) #b1bdd5;
|
|
|
+ background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 50.5%, rgba(255, 255, 255, 0.45) 95%, rgba(255, 255, 255, 0.8) 100%) #b1bdd5;
|
|
|
+ background: linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 50.5%, rgba(255, 255, 255, 0.45) 95%, rgba(255, 255, 255, 0.8) 100%) #b1bdd5;
|
|
|
-moz-box-shadow: 0 0 3px rgba(69, 113, 184, 0.8);
|
|
|
-webkit-box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
|
|
|
box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
|
|
@@ -762,11 +769,14 @@ body[id="helios"] .doc code {
|
|
|
padding: 1px 4px;
|
|
|
}
|
|
|
body[id="helios"] .doc .head {
|
|
|
- background: #08C;
|
|
|
+ background: #666;
|
|
|
padding: 10px;
|
|
|
font-size: 22px;
|
|
|
color: white;
|
|
|
}
|
|
|
+body[id="helios"] .focused .doc .head {
|
|
|
+ background: #08c;
|
|
|
+}
|
|
|
body[id="helios"] .doc .button {
|
|
|
float: right;
|
|
|
}
|