forked from extern/egroupware
Fix searchbox X button overlays over search content
This commit is contained in:
parent
76e1d42ea2
commit
a2744ba4cc
@ -2553,6 +2553,7 @@ td.avatar {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
border-color: silver;
|
border-color: silver;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
padding-right: 20px;
|
||||||
}
|
}
|
||||||
.et2_searchbox button.et2_button.toolbar_toggled {
|
.et2_searchbox button.et2_button.toolbar_toggled {
|
||||||
background-color: rgba(70, 155, 221, 0.16);
|
background-color: rgba(70, 155, 221, 0.16);
|
||||||
@ -2563,14 +2564,14 @@ td.avatar {
|
|||||||
background-position: -95px -126px;
|
background-position: -95px -126px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
float: right;
|
float: right;
|
||||||
right: 12px;
|
right: 8px;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
}
|
}
|
||||||
.et2_searchbox .flex {
|
.et2_searchbox .flex {
|
||||||
width: 120px;
|
width: 120px;
|
||||||
position:relative;
|
position:relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-right: 12px;
|
padding-right: 28px;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.et2_searchbox .flex.overlay {
|
.et2_searchbox .flex.overlay {
|
||||||
|
Loading…
Reference in New Issue
Block a user