Remove redundant css
parent
c24acb5f2e
commit
4d8b1187b9
|
@ -44,7 +44,7 @@ headerbar {
|
||||||
}
|
}
|
||||||
|
|
||||||
entry {
|
entry {
|
||||||
border: 1px solid red;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbar {
|
toolbar {
|
||||||
|
@ -62,13 +62,8 @@ menu {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* inactive tabs*/
|
|
||||||
window.background.chromium menubar,
|
window.background.chromium menubar,
|
||||||
window.background.chromium {
|
window.background.chromium {
|
||||||
background-color: #111;
|
background-color: #111;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
window.background.chromium textview.view {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue