diff options
Diffstat (limited to 'native_client_sdk/src/resources/index.css')
-rw-r--r-- | native_client_sdk/src/resources/index.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/native_client_sdk/src/resources/index.css b/native_client_sdk/src/resources/index.css index 93f2663..449020a 100644 --- a/native_client_sdk/src/resources/index.css +++ b/native_client_sdk/src/resources/index.css @@ -81,6 +81,21 @@ body { overflow-y: auto; -webkit-flex: auto; } +.config-group { + border-bottom: 1px solid #ccc; +} +.config-header { + font-weight: bold; + padding: 4px 0; +} +.config-item { + cursor: pointer; + font-size: 13px; + padding: 4px 0; +} +.config-item:hover { + background-color: #eee; +} iframe { border: none; width: 100%; |