Some touchups.
This commit is contained in:
parent
97b3069af1
commit
3ce643133f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1348,13 +1348,16 @@ input:checked + .rice {
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: opacity .3s linear;
|
transition: opacity .3s linear;
|
||||||
}
|
}
|
||||||
:root:not(.show-post-form-header):not(.post-form-style-float) #qrtab,
|
:root:not(.show-post-form-header):not(.post-form-style-float):not(.post-form-tabbed-slideout) #qrtab,
|
||||||
.post-form-style-float .autohide:not(:hover):not(.has-focus) > form,
|
.post-form-style-float .autohide:not(:hover):not(.has-focus) form,
|
||||||
.show-post-form-header.post-form-style-fixed .autohide:not(:hover):not(.has-focus) > form {
|
.show-post-form-header.post-form-style-fixed .autohide:not(:hover):not(.has-focus) form {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
:root:not(.post-form-style-tabbed-slideout) #qrtab {
|
:root:not(.post-form-style-tabbed-slideout) #qrtab {
|
||||||
margin-bottom: .1em;
|
margin-bottom: 1px;
|
||||||
|
}
|
||||||
|
#qr.autohide:not(:hover):not(.has-focus) #qrtab {
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
.post-form-slideout-transitions.post-form-style-slideout #qr,
|
.post-form-slideout-transitions.post-form-style-slideout #qr,
|
||||||
.post-form-slideout-transitions.post-form-style-tabbed-slideout #qr {
|
.post-form-slideout-transitions.post-form-style-tabbed-slideout #qr {
|
||||||
@ -1432,7 +1435,7 @@ input:checked + .rice {
|
|||||||
resize: none;
|
resize: none;
|
||||||
}
|
}
|
||||||
.captcha-img {
|
.captcha-img {
|
||||||
margin: .1em 0 0;
|
margin: 1px 0 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
}
|
}
|
||||||
@ -1443,7 +1446,7 @@ input:checked + .rice {
|
|||||||
}
|
}
|
||||||
.captcha-input {
|
.captcha-input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: .1em 0 0;
|
margin: 1px 0 0;
|
||||||
}
|
}
|
||||||
.field,
|
.field,
|
||||||
.selectrice,
|
.selectrice,
|
||||||
@ -1451,7 +1454,7 @@ button,
|
|||||||
input:not([type=radio]) {
|
input:not([type=radio]) {
|
||||||
<%= sizing %>: border-box;
|
<%= sizing %>: border-box;
|
||||||
height: 1.6em;
|
height: 1.6em;
|
||||||
margin: .1em 0 0;
|
margin: 1px 0 0;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
padding: 0 1px;
|
padding: 0 1px;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|||||||
@ -74,7 +74,7 @@ html {
|
|||||||
#exlinks-options,
|
#exlinks-options,
|
||||||
#appchanx-settings,
|
#appchanx-settings,
|
||||||
#qrtab,
|
#qrtab,
|
||||||
.post-form-style-float #qr,
|
.post-form-style-float .qr-wrapper,
|
||||||
input[type="submit"],
|
input[type="submit"],
|
||||||
input[value="Report"],
|
input[value="Report"],
|
||||||
span[style="left: 5px; position: absolute;"] a {
|
span[style="left: 5px; position: absolute;"] a {
|
||||||
@ -111,7 +111,7 @@ textarea:hover {
|
|||||||
background: #{theme["Hovered Input Background"]};
|
background: #{theme["Hovered Input Background"]};
|
||||||
border-color: #{theme["Hovered Input Border"]};
|
border-color: #{theme["Hovered Input Border"]};
|
||||||
}
|
}
|
||||||
.has-file #qr-filename-container:hover #qr-extras-container {
|
.has-file #qr-filename-container:hover #qr-extras-container {
|
||||||
background: #{theme["Hovered Input Background"]};
|
background: #{theme["Hovered Input Background"]};
|
||||||
}
|
}
|
||||||
#dump:active,
|
#dump:active,
|
||||||
@ -127,8 +127,8 @@ textarea.field:focus {
|
|||||||
border-color: #{theme["Focused Input Border"]};
|
border-color: #{theme["Focused Input Border"]};
|
||||||
color: #{theme["Inputs"]};
|
color: #{theme["Inputs"]};
|
||||||
}
|
}
|
||||||
.has-file #qr-filename-container:active #qr-extras-container,
|
.has-file #qr-filename-container:active #qr-extras-container,
|
||||||
.has-file #qr-filename-container:focus #qr-extras-container {
|
.has-file #qr-filename-container:focus #qr-extras-container {
|
||||||
background: #{theme["Focused Input Background"]};
|
background: #{theme["Focused Input Background"]};
|
||||||
}
|
}
|
||||||
#ft,
|
#ft,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user