lib/rack/queries/static/app.css in rack-queries-0.2.1 vs lib/rack/queries/static/app.css in rack-queries-0.3.0
- old
+ new
@@ -73,29 +73,29 @@
outline: 1px dotted #8b3333;
outline-offset: 1px;
z-index: 1
}
-.query-active {
+.query[aria-current='true'] {
background-color: #8b3333;
color: #fff;
}
-.query-active p {
+.query[aria-current='true'] p {
color: #fff;
}
-.query-active:before {
+.query[aria-current='true']:before {
border-bottom: 12px solid transparent;
border-right: 12px solid #8b3333;
border-top: 12px solid transparent;
content: ' ';
left: -12px;
position: absolute;
}
-.query-active:hover {
+.query[aria-current='true']:hover {
background-color: #8b3333;
}
.opt {
display: block;
@@ -104,9 +104,14 @@
.opt select {
font-size: 1rem;
margin-left: 1rem;
vertical-align: middle;
+}
+
+.opt textarea {
+ height: 20em;
+ width: 50em;
}
.run {
border-radius: 4px;
background: #8b3333;