mirror of https://github.com/calzoneman/sync.git
Modern theme updates
This commit is contained in:
parent
4aa1df8837
commit
7c896d82fc
|
@ -56,7 +56,7 @@ html(lang="en")
|
||||||
#leftcontrols.col-lg-5.col-md-5
|
#leftcontrols.col-lg-5.col-md-5
|
||||||
button#newpollbtn.btn.btn-sm.btn-default New Poll
|
button#newpollbtn.btn.btn-sm.btn-default New Poll
|
||||||
#rightcontrols.col-lg-7.col-md-7
|
#rightcontrols.col-lg-7.col-md-7
|
||||||
#plcontrol.btn-group
|
#plcontrol.btn-group.pull-left
|
||||||
button#showsearch.btn.btn-sm.btn-default(title="Search for a video", data-toggle="collapse", data-target="#searchcontrol")
|
button#showsearch.btn.btn-sm.btn-default(title="Search for a video", data-toggle="collapse", data-target="#searchcontrol")
|
||||||
span.glyphicon.glyphicon-search
|
span.glyphicon.glyphicon-search
|
||||||
button#showmediaurl.btn.btn-sm.btn-default(title="Add video from URL", data-toggle="collapse", data-target="#addfromurl")
|
button#showmediaurl.btn.btn-sm.btn-default(title="Add video from URL", data-toggle="collapse", data-target="#addfromurl")
|
||||||
|
|
|
@ -25,7 +25,7 @@ footer {
|
||||||
|
|
||||||
input.form-control[type="text"], input.form-control[type="password"],
|
input.form-control[type="text"], input.form-control[type="password"],
|
||||||
input.form-control[type="email"], textarea.form-control {
|
input.form-control[type="email"], textarea.form-control {
|
||||||
background-color: #161a20 !important;
|
background-color: #1c1e22 !important;
|
||||||
color: #c8c8c8;
|
color: #c8c8c8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ input.form-control[type="email"], textarea.form-control {
|
||||||
|
|
||||||
.profile-box, .user-dropdown {
|
.profile-box, .user-dropdown {
|
||||||
color: #c8c8c8;
|
color: #c8c8c8;
|
||||||
background-color: #161a20;
|
background-color: #1c1e22;
|
||||||
}
|
}
|
||||||
|
|
||||||
.poll-notify {
|
.poll-notify {
|
||||||
|
@ -87,11 +87,17 @@ input.form-control[type="email"], textarea.form-control {
|
||||||
|
|
||||||
#userlist {
|
#userlist {
|
||||||
background-color: #333538;
|
background-color: #333538;
|
||||||
overflow: hidden;
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.userlist_item {
|
||||||
|
margin-left: 5px;
|
||||||
|
margin-top: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#messagebuffer {
|
#messagebuffer {
|
||||||
background-color: #3a3e42;
|
background-color: #3a3e42;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chatheader, #currenttitle {
|
#chatheader, #currenttitle {
|
||||||
|
@ -106,18 +112,24 @@ input.form-control[type="email"], textarea.form-control {
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
border: 1px solid #aaaaaa;
|
border: 1px solid #000000;
|
||||||
border-top-width: 0;
|
border-top-width: 0;
|
||||||
|
background-color: #3c3f43;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rightcontrols {
|
#rightcontrols {
|
||||||
padding-top: 8px;
|
/* TODO: fix 15px padding breaking css */
|
||||||
padding-bottom: 8px;
|
|
||||||
padding-left: 0px;
|
|
||||||
padding-right: 0px;
|
|
||||||
border: 1px solid #000000;
|
|
||||||
background-color: #1c1e22;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#chatwrap, #videowrap {
|
#chatwrap, #videowrap {
|
||||||
margin-bottom: 0px !important;
|
margin-bottom: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-control { !important;
|
||||||
|
color: #888888;
|
||||||
|
background-color: #ffffff;
|
||||||
|
background-image: none;
|
||||||
|
border: 1px solid #000000;
|
||||||
|
border-radius: 0px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
Loading…
Reference in New Issue