Browse Source

highlight scopes which are subject to toggle

pull/2/head
shub-nougat 7 years ago
parent
commit
3755655239
  1. 8
      src/css/popup.css

8
src/css/popup.css

@ -305,9 +305,17 @@ body .toolbar #specificScope > span {
display: inline-block;
height: 100%;
}
body .toolbar #specificScope > span:hover,
body .toolbar #specificScope > span:hover ~ span {
background-color: #999;
}
body .toolbar #specificScope > span.on {
background-color: #24c;
}
body .toolbar #specificScope > span.on:hover,
body .toolbar #specificScope > span:hover ~ span.on {
background-color: #139;
}
body .toolbar #specificScope > span:first-of-type {
flex: 1;
}

Loading…
Cancel
Save