Browse Source

fixed navbar buttons

pull/110/head^2
Marius 5 years ago
parent
commit
6138a6c052
  1. 8
      CSS/themes/resilio-sync/resilio-base.css

8
CSS/themes/resilio-sync/resilio-base.css

@ -133,7 +133,7 @@ UL.jqueryFileTree A,
} }
.bt-navbar .btn:hover { .bt-navbar .btn:hover {
background-color: var(--button-color-hover); background-color: rgb(255 255 255 / 8%) !important;
} }
.bt-navbar .btn#try-pro-button { .bt-navbar .btn#try-pro-button {
@ -142,7 +142,11 @@ UL.jqueryFileTree A,
} }
.bt-navbar .btn#try-pro-button:hover { .bt-navbar .btn#try-pro-button:hover {
background-color: var(--button-color-hover); background-color: rgb(255 255 255 / 8%);
}
.bt-navbar .btn.btn-tab {
background: transparent;
} }
/* SIDE MENU */ /* SIDE MENU */

Loading…
Cancel
Save