forked from I2P_Developers/i2p.i2p
57 lines
1.8 KiB
CSS
57 lines
1.8 KiB
CSS
/* disable snark's collapsible panels */
|
|
/* fixes a browser engine bug present in Konqueror, Midori, Qupzilla et al */
|
|
|
|
input#toggle_addtorrent:not(checked) + label + hr + table, input#toggle_createtorrent:not(checked) + label + hr + table,
|
|
input#toggle_addtorrent:checked + label + hr + table, input#toggle_createtorrent:checked + label + hr + table {
|
|
display: table !important;
|
|
}
|
|
|
|
.toggleview, .snarkConfigTitle {
|
|
border-radius: 0 0 3px 3px !important;
|
|
}
|
|
|
|
label.toggleview, label.toggleview:hover, label.toggleview:active, .toggle_input:focus + label.toggleview {
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
background: linear-gradient(to bottom, #fff 0%, #ddd 100%) !important;
|
|
background: linear-gradient(to bottom, #fff, #eef) !important;
|
|
cursor: default !important;
|
|
}
|
|
|
|
label.toggleview img, .toggle_input:focus + label.toggleview img, label.toggleview:hover img, label.toggleview img:active, label.toggleview:active img {
|
|
margin: 0 !important;
|
|
padding: 3px !important;
|
|
border-radius: 50%;
|
|
box-shadow: inset 0 0 0 2px #eee;
|
|
background: #020;
|
|
background: linear-gradient(to bottom, #99f 50%, #fff 50%);
|
|
mix-blend-mode: normal !important;
|
|
transform: none !important;
|
|
filter: drop-shadow(0 1px 1px #77f) !important;
|
|
}
|
|
|
|
label.toggleview {
|
|
margin-bottom: -6px !important;
|
|
padding: 3px 0 !important;
|
|
min-width: 120px !important;
|
|
width: 120px !important;
|
|
font-size: 0 !important;
|
|
}
|
|
|
|
.configsection .snarkConfigTitle a {
|
|
padding: 1px 0 !important;
|
|
margin: 0 auto !important;
|
|
text-align: center !important;
|
|
display: block;
|
|
}
|
|
|
|
.configsection .snarkConfigTitle a img {
|
|
margin: -2px -2px 0 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.toggleview img, .configsection .snarkConfigTitle img {
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
text-align: center !important;
|
|
}
|