mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-27 23:24:26 +00:00
fix of prompt popup position in calm theme and headers color
This commit is contained in:
parent
ac59448db0
commit
032049b4f1
@ -1549,7 +1549,7 @@ ol.toptrends-list {
|
|||||||
|
|
||||||
.prompt-wrapper
|
.prompt-wrapper
|
||||||
{
|
{
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
background: rgba( 255, 255,255, 1.0 );
|
background: rgba( 255, 255,255, 1.0 );
|
||||||
@ -1560,7 +1560,7 @@ ol.toptrends-list {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.prompt-wrapper .modal-header h3{
|
.prompt-wrapper .modal-header h3{
|
||||||
background: #45474D;
|
background: #E34F42;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*************************************
|
/*************************************
|
||||||
|
@ -1649,7 +1649,7 @@ textarea.splited-post {
|
|||||||
|
|
||||||
.prompt-wrapper
|
.prompt-wrapper
|
||||||
{
|
{
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
background: rgba( 255, 255,255, 1.0 );
|
background: rgba( 255, 255,255, 1.0 );
|
||||||
@ -1659,8 +1659,9 @@ textarea.splited-post {
|
|||||||
margin-left:-300px;
|
margin-left:-300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.prompt-wrapper .modal-header h3{
|
||||||
|
background: #7691CE;
|
||||||
|
}
|
||||||
|
|
||||||
/*************************************
|
/*************************************
|
||||||
**************************** POPUP MODAL
|
**************************** POPUP MODAL
|
||||||
@ -1699,7 +1700,7 @@ textarea.splited-post {
|
|||||||
{
|
{
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background: #43464d;
|
background: #7691CE;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.modal-close
|
.modal-close
|
||||||
|
Loading…
x
Reference in New Issue
Block a user