Browse Source

style for website button

redesign
Anxhelo Lushka 6 years ago
parent
commit
ef8e99fb97
No known key found for this signature in database GPG Key ID: 86086158C83770F8
  1. 11
      css/style.css

11
css/style.css

@ -361,6 +361,9 @@ body {
.button.thunderbird::before { .button.thunderbird::before {
background: #0A84FF; } background: #0A84FF; }
.button.libocon::before {
background: #11A500; }
.button.boxed.white { .button.boxed.white {
border: 1px solid #fff; border: 1px solid #fff;
background: none; background: none;
@ -455,6 +458,14 @@ body {
color: #fff; color: #fff;
background: #0A84FF; } background: #0A84FF; }
.button.boxed.libocon {
border: 1px solid #11A500;
background: none;
color: #11A500; }
.button.boxed.libocon:hover {
color: #fff;
background: ##11A500; }
.button.boxed.openlabs { .button.boxed.openlabs {
border: 1px solid #2BBBB0; border: 1px solid #2BBBB0;
background: none; background: none;

Loading…
Cancel
Save