mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
close button css fixes (#2819)
This commit is contained in:
parent
d42bb98662
commit
d8b3034a30
|
@ -71,6 +71,10 @@ div.dummydiv {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
a.close-btn {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* STRUCTURE DIVS, HEADER & FOOTER */
|
||||
#abapGitLogo { outline: none; }
|
||||
|
||||
|
@ -692,12 +696,6 @@ div.message-panel {
|
|||
background-color: hsla(0, 42%, 90%, 1);
|
||||
}
|
||||
|
||||
.message-panel .close-btn{
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
bottom: 10px;
|
||||
}
|
||||
|
||||
.message-panel-commands {
|
||||
display: none;
|
||||
margin-right: 2em;
|
||||
|
|
Loading…
Reference in New Issue
Block a user