diff --git a/index.php b/index.php index 6dbb4b87..c58c40f5 100644 --- a/index.php +++ b/index.php @@ -885,6 +885,25 @@ public function moveNewVersionInPlace() { color: #555; } + button { + font-family: 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif; + font-size: 13px; + font-weight: 600; + color: #555; + margin: 3px 3px 3px 0; + padding: 5px; + background-color: rgba(255, 255, 255, .95); + border-radius: 3px; + border: 1px solid rgba(240,240,240,.9); + cursor: pointer; + outline: none; + } + + button:hover, button:focus { + background-color: rgba(240,240,240,.9); + color: #111; + } + @@ -911,7 +930,17 @@ public function moveNewVersionInPlace() {