For better or for worse, the QR is a dialog.
This commit is contained in:
parent
9c494bbb0e
commit
50084c01f6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1661,7 +1661,7 @@ a:only-of-type > .remove {
|
|||||||
line-height: 0;
|
line-height: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.mascot-position-above-post-form.post-form-style-fixed #mascot img {
|
.mascot-position-above-post-form.post-form-style-fixed:not(.post-form-decorations) #mascot img {
|
||||||
margin-bottom: -2px;
|
margin-bottom: -2px;
|
||||||
}
|
}
|
||||||
.mascots #mascot {
|
.mascots #mascot {
|
||||||
|
|||||||
@ -74,7 +74,6 @@ html {
|
|||||||
#exlinks-options,
|
#exlinks-options,
|
||||||
#appchanx-settings,
|
#appchanx-settings,
|
||||||
#qrtab,
|
#qrtab,
|
||||||
.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 {
|
||||||
@ -168,11 +167,17 @@ textarea.field:focus {
|
|||||||
#themeConf,
|
#themeConf,
|
||||||
#watcher,
|
#watcher,
|
||||||
#watcher:hover,
|
#watcher:hover,
|
||||||
|
.announcements-slideout #globalMessage,
|
||||||
.dialog,
|
.dialog,
|
||||||
|
.post-form-style-float #qr,
|
||||||
|
.post-form-decorations #qr,
|
||||||
.submenu {
|
.submenu {
|
||||||
background: #{theme["Dialog Background"]};
|
background: #{theme["Dialog Background"]};
|
||||||
border: 1px solid #{theme["Dialog Border"]};
|
border: 1px solid #{theme["Dialog Border"]};
|
||||||
}
|
}
|
||||||
|
#qp.dialog {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
.watch-thread-link {
|
.watch-thread-link {
|
||||||
background-image: url("data:image/svg+xml,<svg viewBox='0 0 26 26' preserveAspectRatio='true' xmlns='http://www.w3.org/2000/svg'><path fill='#{theme["Post Numbers"].replace '#', '%23'}' d='M24.132,7.971c-2.203-2.205-5.916-2.098-8.25,0.235L15.5,8.588l-0.382-0.382c-2.334-2.333-6.047-2.44-8.25-0.235c-2.204,2.203-2.098,5.916,0.235,8.249l8.396,8.396l8.396-8.396C26.229,13.887,26.336,10.174,24.132,7.971z'/></svg>");
|
background-image: url("data:image/svg+xml,<svg viewBox='0 0 26 26' preserveAspectRatio='true' xmlns='http://www.w3.org/2000/svg'><path fill='#{theme["Post Numbers"].replace '#', '%23'}' d='M24.132,7.971c-2.203-2.205-5.916-2.098-8.25,0.235L15.5,8.588l-0.382-0.382c-2.334-2.333-6.047-2.44-8.25-0.235c-2.204,2.203-2.098,5.916,0.235,8.249l8.396,8.396l8.396-8.396C26.229,13.887,26.336,10.174,24.132,7.971z'/></svg>");
|
||||||
}
|
}
|
||||||
@ -400,14 +405,6 @@ a .name {
|
|||||||
content: " (sage) ";
|
content: " (sage) ";
|
||||||
color: #{theme["Sage"]};
|
color: #{theme["Sage"]};
|
||||||
}
|
}
|
||||||
.announcements-slideout #globalMessage {
|
|
||||||
background: #{theme["Dialog Background"]};
|
|
||||||
border: 1px solid #{theme["Dialog Border"]};
|
|
||||||
}
|
|
||||||
.post-form-decorations .qr-wrapper {
|
|
||||||
background: #{backgroundC};
|
|
||||||
border: 1px solid #{theme["Buttons Border"]};
|
|
||||||
}
|
|
||||||
.quote-shadows #qr {
|
.quote-shadows #qr {
|
||||||
box-shadow: 5px 5px 5px #{theme['Shadow Color']};
|
box-shadow: 5px 5px 5px #{theme['Shadow Color']};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user