mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
fine tune css for element picker dialog to get same look on chromium/ffox
This commit is contained in:
parent
89c2185e20
commit
90ec19d951
@ -58,17 +58,20 @@ section {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
section > div {
|
||||
section > div:first-child {
|
||||
border: 1px solid #aaa;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
}
|
||||
section > div > textarea {
|
||||
background-color: #fff;
|
||||
border: 1px solid #aaa;
|
||||
border: none;
|
||||
box-sizing: border-box;
|
||||
font: 11px monospace;
|
||||
height: 6em;
|
||||
height: 8em;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
padding: 2px;
|
||||
resize: none;
|
||||
width: 100%;
|
||||
}
|
||||
@ -83,7 +86,7 @@ section > div > textarea + div {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
section > div + div {
|
||||
section > div:first-child + div {
|
||||
direction: ltr;
|
||||
margin: 2px 0;
|
||||
text-align: right;
|
||||
|
Loading…
Reference in New Issue
Block a user