mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 13:03:01 +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;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.close-btn {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* STRUCTURE DIVS, HEADER & FOOTER */
|
/* STRUCTURE DIVS, HEADER & FOOTER */
|
||||||
#abapGitLogo { outline: none; }
|
#abapGitLogo { outline: none; }
|
||||||
|
|
||||||
|
@ -692,12 +696,6 @@ div.message-panel {
|
||||||
background-color: hsla(0, 42%, 90%, 1);
|
background-color: hsla(0, 42%, 90%, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-panel .close-btn{
|
|
||||||
position: absolute;
|
|
||||||
right: 20px;
|
|
||||||
bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.message-panel-commands {
|
.message-panel-commands {
|
||||||
display: none;
|
display: none;
|
||||||
margin-right: 2em;
|
margin-right: 2em;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user