Skip to content
Snippets Groups Projects
Commit ab25cca2 authored by Arkerthan's avatar Arkerthan
Browse files

make ra editor css compatible with non firefox browsers

parent 778ac5dd
No related branches found
No related tags found
1 merge request!10633Fixes
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
} }
.rule-part { .rule-part {
display: inline flow-root; display: inline-block;
border-radius: 8px; border-radius: 8px;
border: 2px solid #333333; border: 2px solid #333333;
background-color: #1a1a1a; background-color: #1a1a1a;
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
} }
.rule-drag-element { .rule-drag-element {
display: inline flow-root; display: inline-block;
background-image: repeating-linear-gradient(0, #1a1a1a, transparent 0.2em, transparent 0.2em, #1a1a1a 0.4em), background-image: repeating-linear-gradient(0, #1a1a1a, transparent 0.2em, transparent 0.2em, #1a1a1a 0.4em),
repeating-linear-gradient(90deg, #1a1a1a, #777 0.2em, #777 0.2em, #1a1a1a 0.4em); repeating-linear-gradient(90deg, #1a1a1a, #777 0.2em, #777 0.2em, #1a1a1a 0.4em);
width: 1.6em; width: 1.6em;
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
.rule-drop-location { .rule-drop-location {
border: #999 dashed 1px; border: #999 dashed 1px;
border-radius: 4px; border-radius: 4px;
display: inline flow-root; display: inline-block;
background-color: #555; background-color: #555;
width: 5em; width: 5em;
height: 1.5em; height: 1.5em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment