mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-02-16 10:41:03 +00:00
stylized UI to Material Design
This commit is contained in:
8
static/css/material.min.css
vendored
Normal file
8
static/css/material.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
51
static/css/style.css
Normal file
51
static/css/style.css
Normal file
@@ -0,0 +1,51 @@
|
||||
.mdl-layout__header-row {
|
||||
color: #fff;
|
||||
}
|
||||
.mdl-button {
|
||||
color: #fff !important;
|
||||
}
|
||||
main {
|
||||
padding: 50px 100px;
|
||||
}
|
||||
.log-holder {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#hostSettings {
|
||||
padding: 5px 10px;
|
||||
border: 1px dashed;
|
||||
margin: 10px 0;
|
||||
}
|
||||
#hostSettings p {
|
||||
margin: 0;
|
||||
}
|
||||
#hostSettings div {
|
||||
display: inline-block;
|
||||
}
|
||||
#hostSettings .mdl-textfield {
|
||||
width: 200px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
#hostSettings #selectHost {
|
||||
line-height: 20px;
|
||||
height: 20px;
|
||||
background: none;
|
||||
}
|
||||
#hostSettings .button-holder {
|
||||
float: right;
|
||||
}
|
||||
#testingDiv {
|
||||
border: 1px dashed;
|
||||
padding: 10px;
|
||||
}
|
||||
#listener {
|
||||
overflow: hidden;
|
||||
margin-top: 20px;
|
||||
border: 1px solid;
|
||||
}
|
||||
.fullscreen {
|
||||
height: 100vh;
|
||||
overflow: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user