Skip to content
Snippets Groups Projects
Commit 9446af73 authored by Maximilian Giller's avatar Maximilian Giller
Browse files

FIxed conflicting css classes

parent ce6aa806
No related branches found
No related tags found
No related merge requests found
<div> <div id="ks-editor">
<style> <style>
section { div#ks-editor section {
border: 1px lightgrey solid; border: 1px lightgrey solid;
border-radius: 1px; border-radius: 1px;
margin: 5px; margin: 5px;
...@@ -8,11 +8,11 @@ ...@@ -8,11 +8,11 @@
width: auto; width: auto;
} }
section > * { div#ks-editor section > * {
margin: 2.5px; margin: 2.5px;
} }
.selected { div#ks-editor *.selected {
background-color: lightblue; background-color: lightblue;
} }
</style> </style>
......
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