up2k ui tweaks

This commit is contained in:
ed 2021-04-21 20:50:10 +02:00
parent 73c4f99687
commit e5d05c05ed
2 changed files with 13 additions and 8 deletions

View file

@ -113,7 +113,11 @@
border-width: 1px 1px 0 1px; border-width: 1px 1px 0 1px;
border-radius: .3em .3em 0 0; border-radius: .3em .3em 0 0;
margin-left: -1px; margin-left: -1px;
background: transparent; background: linear-gradient(to bottom, #454, #333);
box-shadow: 0 -.2em .19em #380;
border-color: #7c5 #583 #000 #583;
position: relative;
color: #fd7;
} }
#u2cards span { #u2cards span {
color: #fff; color: #fff;
@ -134,12 +138,13 @@
outline: none; outline: none;
} }
#u2conf .txtbox { #u2conf .txtbox {
width: 4em; width: 3em;
color: #fff; color: #fff;
background: #444; background: #444;
border: 1px solid #777; border: 1px solid #777;
font-size: 1.2em; font-size: 1.2em;
padding: .15em 0; padding: .15em 0;
height: 1.05em;
} }
#u2conf .txtbox.err { #u2conf .txtbox.err {
background: #922; background: #922;
@ -151,13 +156,12 @@
border-radius: .1em; border-radius: .1em;
font-size: 1.5em; font-size: 1.5em;
padding: .1em 0; padding: .1em 0;
margin: 0 -.25em; margin: 0 -1px;
width: 1.5em; width: 1.5em;
height: 1em; height: 1em;
display: inline-block; display: inline-block;
position: relative; position: relative;
line-height: 1em; bottom: -0.08em;
bottom: -.08em;
} }
#u2conf input+a { #u2conf input+a {
background: #d80; background: #d80;
@ -257,6 +261,7 @@ html.light #u2cards a {
} }
html.light #u2cards a.act { html.light #u2cards a.act {
background: inherit; background: inherit;
color: #037;
} }
html.light #u2conf .txtbox { html.light #u2conf .txtbox {
background: #fff; background: #fff;

View file

@ -59,9 +59,9 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="#" id="nthread_sub">&ndash;</a> <a href="#" id="nthread_sub">&ndash;</a><input
<input class="txtbox" id="nthread" value="2" /> class="txtbox" id="nthread" value="2"/><a
<a href="#" id="nthread_add">+</a> href="#" id="nthread_add">+</a>
</td> </td>
</tr> </tr>
</table> </table>