Move new #right:before to common.css.
This commit is contained in:
parent
4d235c427c
commit
d273adbf27
3 changed files with 19 additions and 28 deletions
|
@ -159,6 +159,25 @@ pre
|
|||
{
|
||||
right: 8px;
|
||||
}
|
||||
@media screen and (max-width: 800px)
|
||||
{
|
||||
#content_body.sticky_side_right #right
|
||||
{
|
||||
outline: 8px solid var(--color_theme_primary);
|
||||
background-color: var(--color_theme_primary) !important;
|
||||
}
|
||||
#content_body.sticky_side_right #right:before
|
||||
{
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-color: var(--color_site_transparency);
|
||||
z-index: -1;
|
||||
}
|
||||
}
|
||||
|
||||
.editor_input
|
||||
{
|
||||
|
|
|
@ -84,24 +84,10 @@
|
|||
bottom: 8px;
|
||||
height: 200px;
|
||||
|
||||
outline: 8px solid var(--color_theme_primary);
|
||||
background-color: var(--color_theme_primary) !important;
|
||||
|
||||
grid-template:
|
||||
"toolbox message_area" 1fr
|
||||
/1fr minmax(50px, 200px);
|
||||
}
|
||||
#right:before
|
||||
{
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-color: var(--color_site_transparency);
|
||||
z-index: -1;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
|
@ -81,24 +81,10 @@ h2, h3
|
|||
bottom: 8px;
|
||||
height: 150px;
|
||||
|
||||
outline: 8px solid var(--color_theme_primary);
|
||||
background-color: var(--color_theme_primary) !important;
|
||||
|
||||
grid-template:
|
||||
"editor_area message_area" 1fr
|
||||
/1fr minmax(50px, 200px);
|
||||
}
|
||||
#right:before
|
||||
{
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-color: var(--color_site_transparency);
|
||||
z-index: -1;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue