Browse Source

Added styling for Thunderbird button

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
71d483575c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      css/style.css

12
css/style.css

@ -355,6 +355,9 @@ body {
.button.reproduciblebuilds::before {
background: #1E5B96; }
.button.thunderbird::before {
background: #0A84FF; }
.button.boxed.white {
border: 1px solid #fff;
background: none;
@ -431,6 +434,15 @@ body {
color: #fff;
background: #1E5B96; }
.button.boxed.thunderbird {
border: 1px solid #0A84FF;
background: none;
color: #0A84FF; }
.button.boxed.thunderbird:hover {
color: #fff;
background: #0A84FF; }
.button.boxed.openlabs {
border: 1px solid #2BBBB0;
background: none;

Loading…
Cancel
Save