mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix Firefox palette filter CSS
This commit is contained in:
parent
cfd8d137cf
commit
f79fdc66e0
@ -96,12 +96,13 @@ a.brand img {
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
box-sizing:border-box;
|
box-sizing:border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
}
|
}
|
||||||
#palette-search {
|
#palette-search {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left:0;
|
left:0;
|
||||||
right: 0;
|
right:0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: #f3f3f3;
|
background: #f3f3f3;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -109,6 +110,7 @@ a.brand img {
|
|||||||
padding: 3px;
|
padding: 3px;
|
||||||
border-top: 1px solid #999;
|
border-top: 1px solid #999;
|
||||||
box-sizing:border-box;
|
box-sizing:border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
}
|
}
|
||||||
#palette-search i.icon-search {
|
#palette-search i.icon-search {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -127,7 +129,6 @@ a.brand img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#palette-search input {
|
#palette-search input {
|
||||||
float: right;
|
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: none;
|
border: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -137,6 +138,7 @@ a.brand img {
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
box-sizing:border-box;
|
box-sizing:border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
|
||||||
}
|
}
|
||||||
#palette-search input:focus {
|
#palette-search input:focus {
|
||||||
@ -208,6 +210,7 @@ a.brand img {
|
|||||||
top:8px;
|
top:8px;
|
||||||
left: -5px;
|
left: -5px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
background:#d9d9d9;
|
background:#d9d9d9;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
@ -226,6 +229,7 @@ a.brand img {
|
|||||||
#sidebar {
|
#sidebar {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
}
|
}
|
||||||
#sidebar.closing {
|
#sidebar.closing {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user