--- modules/damieng/graphical_editor/daxe/lib/daxe.css 2015/05/06 19:34:24 1.2 +++ modules/damieng/graphical_editor/daxe/lib/daxe.css 2015/08/12 17:51:00 1.6 @@ -586,6 +586,69 @@ div.options label { margin-right: 1em; } +/* open */ +#open-dir-div { + cursor: default; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; +} +#open-path-div { + font-family: monospace; +} +#open-table-div { + overflow-y: scroll; + max-height: 30em; + margin-bottom: 0.5em; + margin-right: 110px; + box-shadow: 2px 2px 2px #A0A0A0; + padding: 0px; +} + +span.open-path-segment:hover { + background-color: #EEE; +} + +table.opendlg_table { + border-collapse: collapse; + border: 1px solid #AAA; + font-size: 80%; + margin: 0px; +} + +table.opendlg_table>tr>th { + padding: 2px; + border-bottom: 1px solid #AAA; +} + +table.opendlg_table>tr>th:nth-of-type(2), table.opendlg_table>tr>th:nth-of-type(3) { + border-right: 1px solid #AAA; +} + +table.opendlg_table>tr>td { + white-space: nowrap; + padding: 2px; + border-bottom: 1px solid #AAA; +} + +table.opendlg_table>tr>td:nth-of-type(2), table.opendlg_table>tr>td:nth-of-type(3) { + border-right: 1px solid #AAA; +} + +table.opendlg_table>tr.selected { + background-color: #50A0FF; +} + +#open-preview-div { + float: right; +} + +#open-preview-div>img { + max-width: 100px; + max-height: 100px; +} + /* source */ div.source_window { position: absolute; @@ -754,6 +817,15 @@ img.dn.selected, .selected img.dn { opacity: 0.7; } +span.file-label { + cursor: default; + border: 1px solid #AAA; + font-family: monospace; + padding: 1px; + margin-left: 2px; + margin-right: 2px; +} + /* DNSpecial */ span.special { font-family: STIXSubset-Regular; @@ -764,6 +836,10 @@ table.special_dlg { cursor: default; } +table.special_dlg>tr>td { + border: 1px solid white; +} + /* DNForm */ td.shrink { white-space: nowrap;