Edit button for module block
This commit is contained in:
@ -42,13 +42,14 @@
|
||||
}
|
||||
|
||||
.row-clickable:hover {
|
||||
background-color:WhiteSmoke;
|
||||
opacity: .7;
|
||||
background-color:lightgray;
|
||||
/* opacity: .7; */
|
||||
}
|
||||
|
||||
.row-disabled {
|
||||
opacity: .3;
|
||||
/* background-color: lightgray; */
|
||||
/* opacity: .3; */
|
||||
background-color: WhiteSmoke;
|
||||
color: dimgray
|
||||
}
|
||||
|
||||
.modules-icon {
|
||||
@ -196,6 +197,8 @@
|
||||
color: black;
|
||||
text-align: right;
|
||||
margin-top: 4px;
|
||||
position: relative;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
::-ms-clear { /* remove the x in the input box on IE */
|
||||
@ -283,6 +286,11 @@ option {
|
||||
.push-button {
|
||||
border: 2px solid dimgray;
|
||||
border-radius: 4px;
|
||||
display: inline-block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
top: 5px;
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
|
||||
|
Reference in New Issue
Block a user