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

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

Loading…
Cancel
Save