override annoying userid popup
minor style tweaks added overrides.js manifest updated
This commit is contained in:
@@ -58,7 +58,7 @@ input[name="btnCancel"] + input[name="btnSave"] {
|
||||
}
|
||||
|
||||
input[name="btnCancel"] {
|
||||
background-color: lightcoral;
|
||||
background-color: var(--lightblue);
|
||||
color: var(--white);
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
@@ -141,47 +141,3 @@ img[id="Img3"] {
|
||||
outline: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#div_task {
|
||||
width: 892px;
|
||||
position: absolute;
|
||||
top: 75px;
|
||||
left: 0px;
|
||||
text-align: right;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
#frmTask {
|
||||
display: block;
|
||||
margin-top: 0;
|
||||
margin-block-end: 1em;
|
||||
}
|
||||
|
||||
/* this is for the task msg */
|
||||
center:first-child {
|
||||
background-color: transparent;
|
||||
text-align: center;
|
||||
height: 30px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.taskMsg {
|
||||
width: 98%;
|
||||
text-align: right;
|
||||
background-color: transparent;
|
||||
vertical-align: middle;
|
||||
/* cursor: hand; */
|
||||
cursor: pointer;
|
||||
font-family: Lato;
|
||||
font-size: 12pt;
|
||||
font-weight: bold;
|
||||
color: #B3D234;
|
||||
}
|
||||
|
||||
#imgTask {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#lblTask {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user