also give fullscreen button a new design
authorRobert Kaiser <kairo@kairo.at>
Fri, 1 May 2015 00:01:05 +0000 (02:01 +0200)
committerRobert Kaiser <kairo@kairo.at>
Fri, 1 May 2015 00:01:05 +0000 (02:01 +0200)
style/lantea.css

index 9573d68cc345061285ed9f232807765256cb38d3..1ce34d2f15e4baa71b50e6bc8d720e771425b7da 100644 (file)
@@ -51,7 +51,8 @@ h1 {
   text-align: center;
 }
 
   text-align: center;
 }
 
-#zoomArea > input[type="button"] {
+#zoomArea > input[type="button"],
+#fullscreenArea > input[type="button"] {
   font-size: 1.2em;
   font-weight: bold;
   width: 2em;
   font-size: 1.2em;
   font-weight: bold;
   width: 2em;
@@ -60,18 +61,25 @@ h1 {
   background-color: rgba(255, 255, 255, .25);
   background-image: radial-gradient(circle 1.5em, #FFFFFF, transparent);
   color: #0000FF;
   background-color: rgba(255, 255, 255, .25);
   background-image: radial-gradient(circle 1.5em, #FFFFFF, transparent);
   color: #0000FF;
+  border: none;
+}
+
+#zoomArea > input[type="button"] {
   border: 2px solid #0000FF;
 }
 
   border: 2px solid #0000FF;
 }
 
-#zoomArea > input[type="button"]:hover {
+#zoomArea > input[type="button"]:hover,
+#fullscreenArea > input[type="button"]:hover {
   background-color: rgba(255, 255, 255, .8);
 }
 
   background-color: rgba(255, 255, 255, .8);
 }
 
-#zoomArea > input[type="button"]:active {
+#zoomArea > input[type="button"]:active,
+#fullscreenArea > input[type="button"]:active {
   background-color: rgba(255, 255, 127, .8);
 }
 
   background-color: rgba(255, 255, 127, .8);
 }
 
-#zoomArea > input[type="button"]:focus {
+#zoomArea > input[type="button"]:focus,
+#fullscreenArea > input[type="button"]:focus {
   background-color: rgba(255, 255, 255, .5);
 }
 
   background-color: rgba(255, 255, 255, .5);
 }