Commit fc3e260ccddde1d03355b6f48b13702bd807d9ca
more style tweaks for interaction with themes
Ev Bogue committed on 9/8/2016, 4:10:22 AMParent: db24205038aaf0d14c2a2bbe170207ad6b54838e
Files changed
style.css | changed |
style.css | ||
---|---|---|
@@ -306,10 +306,9 @@ | ||
306 | 306 | |
307 | 307 | .hypertabs__tab { |
308 | 308 | color: black; |
309 | 309 | background: lightgray; |
310 | - border: 1px ridge; | |
311 | - //border-top-right-radius: 3px; | |
310 | + border-right: 1px solid #ccc; | |
312 | 311 | border-top-left-radius: 5px; |
313 | 312 | margin-left: -3px; |
314 | 313 | border-bottom: none; |
315 | 314 | padding-top: .35em; |
@@ -329,11 +328,9 @@ | ||
329 | 328 | z-index: 1; |
330 | 329 | } |
331 | 330 | |
332 | 331 | .hypertabs__x { |
333 | - display: none; //hide x on unselected tabs, like in firefox. | |
334 | - //margin-right: -5px; | |
335 | - //margin-top: -5px; | |
332 | + display: none; | |
336 | 333 | transform: translate(-5px, -3px); |
337 | 334 | } |
338 | 335 | |
339 | 336 | .hypertabs--selected .hypertabs__x { |
Built with git-ssb-web