Make dropdowns behave like dropdowns

This commit is contained in:
chris (daiyi) 2017-08-31 15:41:50 +02:00
parent f925d12683
commit 878b01cb8e
2 changed files with 5 additions and 20 deletions

View File

@ -76,7 +76,7 @@
#--re-frame-trace-- textarea {
font-family: "courier new", monospace;
font-size: 100%;
line-height: 1.15;
padding: 3px 3px 1px 3px;
border: 1px solid black;
}
#--re-frame-trace-- button,
@ -250,6 +250,7 @@
background: white;
font-family: 'courier new', monospace;
font-size: 1em;
padding: 2px 0 0 0;
-moz-appearance: menulist;
-webkit-appearance: menulist;
appearance: menulist;

View File

@ -79,7 +79,8 @@
textarea {
font-family: "courier new", monospace;
font-size: 100%;
line-height: 1.15;
// line-height: 1.15;
padding: 3px 3px 1px 3px;
border: 1px solid black;
}
@ -296,28 +297,11 @@
background: white;
font-family: 'courier new', monospace;
font-size: 1em;
padding: 2px 0 0 0;
-moz-appearance: menulist;
-webkit-appearance: menulist;
appearance: menulist;
}
// select {
// background-image:
// linear-gradient(45deg, transparent 50%, gray 50%),
// linear-gradient(135deg, gray 50%, transparent 50%);
// background-position:
// calc(100% - 10px) calc(1em + 2px),
// calc(100% - 5px) calc(1em + 2px);
// background-size:
// 5px 5px,
// 5px 5px,
// 1px 1.5em;
// background-repeat: no-repeat;
// }
// select:-moz-focusring {
// color: transparent;
// text-shadow: 0 0 0 #000;
// }
.nav {
background: #efeef1;
color: #222;