forked from extern/egroupware
Change style of close button on login message box
This commit is contained in:
parent
ce5ce37c4f
commit
cc3e8f08ce
@ -1701,20 +1701,17 @@ body {
|
||||
#loginMainDiv .loginMessageBox .closeBtn {
|
||||
position: absolute;
|
||||
right: 30px;
|
||||
border: 2px solid #7ab7ec;
|
||||
border-radius: 100%;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
text-align: center;
|
||||
line-height: 20px;
|
||||
font-size: 13pt;
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
top: 30px;
|
||||
color: black;
|
||||
color: #b6b7bb;
|
||||
}
|
||||
#loginMainDiv .loginMessageBox .closeBtn:hover {
|
||||
color: white;
|
||||
background: black;
|
||||
color: #5e6063;
|
||||
cursor: pointer;
|
||||
}
|
||||
#loginMainDiv #divAppIconBar {
|
||||
|
@ -1690,20 +1690,17 @@ body {
|
||||
#loginMainDiv .loginMessageBox .closeBtn {
|
||||
position: absolute;
|
||||
right: 30px;
|
||||
border: 2px solid #7ab7ec;
|
||||
border-radius: 100%;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
text-align: center;
|
||||
line-height: 20px;
|
||||
font-size: 13pt;
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
top: 30px;
|
||||
color: black;
|
||||
color: #b6b7bb;
|
||||
}
|
||||
#loginMainDiv .loginMessageBox .closeBtn:hover {
|
||||
color: white;
|
||||
background: black;
|
||||
color: #5e6063;
|
||||
cursor: pointer;
|
||||
}
|
||||
#loginMainDiv #divAppIconBar {
|
||||
|
@ -71,19 +71,16 @@
|
||||
.closeBtn {
|
||||
position: absolute;
|
||||
right: 30px;
|
||||
border: 2px solid #7ab7ec;
|
||||
border-radius: 100%;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
text-align: center;
|
||||
line-height: 20px;
|
||||
font-size: 13pt;
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
top: 30px;
|
||||
color: black;
|
||||
color: #b6b7bb;
|
||||
&:hover {
|
||||
color: white;
|
||||
background:black;
|
||||
color: #5e6063;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
@ -1712,20 +1712,17 @@ body {
|
||||
#loginMainDiv .loginMessageBox .closeBtn {
|
||||
position: absolute;
|
||||
right: 30px;
|
||||
border: 2px solid #7ab7ec;
|
||||
border-radius: 100%;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
text-align: center;
|
||||
line-height: 20px;
|
||||
font-size: 13pt;
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
top: 30px;
|
||||
color: black;
|
||||
color: #b6b7bb;
|
||||
}
|
||||
#loginMainDiv .loginMessageBox .closeBtn:hover {
|
||||
color: white;
|
||||
background: black;
|
||||
color: #5e6063;
|
||||
cursor: pointer;
|
||||
}
|
||||
#loginMainDiv #divAppIconBar {
|
||||
|
Loading…
Reference in New Issue
Block a user