git ssb

0+

ev / microbay



forked from Dominic / patchbay

Commit fc3e260ccddde1d03355b6f48b13702bd807d9ca

more style tweaks for interaction with themes

Ev Bogue committed on 9/8/2016, 4:10:22 AM
Parent: db24205038aaf0d14c2a2bbe170207ad6b54838e

Files changed

style.csschanged
style.cssView
@@ -306,10 +306,9 @@
306306
307307 .hypertabs__tab {
308308 color: black;
309309 background: lightgray;
310- border: 1px ridge;
311- //border-top-right-radius: 3px;
310+ border-right: 1px solid #ccc;
312311 border-top-left-radius: 5px;
313312 margin-left: -3px;
314313 border-bottom: none;
315314 padding-top: .35em;
@@ -329,11 +328,9 @@
329328 z-index: 1;
330329 }
331330
332331 .hypertabs__x {
333- display: none; //hide x on unselected tabs, like in firefox.
334- //margin-right: -5px;
335- //margin-top: -5px;
332+ display: none;
336333 transform: translate(-5px, -3px);
337334 }
338335
339336 .hypertabs--selected .hypertabs__x {

Built with git-ssb-web