small improvment in css
This commit is contained in:
@@ -19,21 +19,12 @@
|
||||
<p class="_title" tabindex=0>list</p>
|
||||
<div class="_items" tabindex=0>
|
||||
|
||||
<div class="drop_down _push">
|
||||
<p class="_title" tabindex=0>directs chats</p>
|
||||
<div class="_items" tabindex=0>
|
||||
<label for="input_outside"><p>test1</p></label>
|
||||
<label for="input_outside"><p>test2</p></label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="drop_down _push">
|
||||
<p class="_title" tabindex=0>rooms</p>
|
||||
<div class="_items" tabindex=0>
|
||||
<label for="input_outside"><p>test1</p></label>
|
||||
<label for="input_outside"><p>test2</p></label>
|
||||
</div>
|
||||
</div>
|
||||
<p class="_section">directs chats</p>
|
||||
<label for="input_outside"><p class="_subsection">test1</p></label>
|
||||
<label for="input_outside"><p class="_subsection">test2</p></label>
|
||||
<p class="_section">rooms</p>
|
||||
<label for="input_outside"><p class="_subsection">test1</p></label>
|
||||
<label for="input_outside"><p class="_subsection">test2</p></label>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -42,7 +33,15 @@
|
||||
<p class="_title" tabindex=0>create</p>
|
||||
<div class="_items" tabindex=0>
|
||||
<label for="input_outside"><p>direct chat</p></label>
|
||||
<label for="input_outside"><p>room</p></label>
|
||||
|
||||
<div class="drop_down _push">
|
||||
<p class="_title" tabindex=0>room</p>
|
||||
<div class="_items" tabindex=0>
|
||||
<label for="input_outside"><p>test1</p></label>
|
||||
<label for="input_outside"><p>test2</p></label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -44,6 +44,14 @@
|
||||
margin-left: 0px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.drop_down p._section:hover,
|
||||
.drop_down p._section:active {
|
||||
background-color: transparent !important;
|
||||
cursor: default !important;
|
||||
}
|
||||
.drop_down p._subsection {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
|
||||
/* * * * * * * * * * * * * * * * * * * *
|
||||
|
||||
Reference in New Issue
Block a user