mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-14 17:07:53 +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
|
||||
{
|
||||
position: fixed;
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
background: rgba( 255, 255,255, 1.0 );
|
||||
@ -1560,7 +1560,7 @@ ol.toptrends-list {
|
||||
}
|
||||
|
||||
.prompt-wrapper .modal-header h3{
|
||||
background: #45474D;
|
||||
background: #E34F42;
|
||||
}
|
||||
|
||||
/*************************************
|
||||
|
@ -1649,7 +1649,7 @@ textarea.splited-post {
|
||||
|
||||
.prompt-wrapper
|
||||
{
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
background: rgba( 255, 255,255, 1.0 );
|
||||
@ -1659,8 +1659,9 @@ textarea.splited-post {
|
||||
margin-left:-300px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.prompt-wrapper .modal-header h3{
|
||||
background: #7691CE;
|
||||
}
|
||||
|
||||
/*************************************
|
||||
**************************** POPUP MODAL
|
||||
@ -1699,7 +1700,7 @@ textarea.splited-post {
|
||||
{
|
||||
padding: 5px;
|
||||
font-weight: bold;
|
||||
background: #43464d;
|
||||
background: #7691CE;
|
||||
color: #fff;
|
||||
}
|
||||
.modal-close
|
||||
|
Loading…
Reference in New Issue
Block a user