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
|
||||
button#newpollbtn.btn.btn-sm.btn-default New Poll
|
||||
#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")
|
||||
span.glyphicon.glyphicon-search
|
||||
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="email"], textarea.form-control {
|
||||
background-color: #161a20 !important;
|
||||
background-color: #1c1e22 !important;
|
||||
color: #c8c8c8;
|
||||
}
|
||||
|
||||
|
@ -52,7 +52,7 @@ input.form-control[type="email"], textarea.form-control {
|
|||
|
||||
.profile-box, .user-dropdown {
|
||||
color: #c8c8c8;
|
||||
background-color: #161a20;
|
||||
background-color: #1c1e22;
|
||||
}
|
||||
|
||||
.poll-notify {
|
||||
|
@ -87,11 +87,17 @@ input.form-control[type="email"], textarea.form-control {
|
|||
|
||||
#userlist {
|
||||
background-color: #333538;
|
||||
overflow: hidden;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.userlist_item {
|
||||
margin-left: 5px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
#messagebuffer {
|
||||
background-color: #3a3e42;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#chatheader, #currenttitle {
|
||||
|
@ -106,18 +112,24 @@ input.form-control[type="email"], textarea.form-control {
|
|||
line-height: 22px;
|
||||
padding: 2px;
|
||||
font-size: 8pt;
|
||||
border: 1px solid #aaaaaa;
|
||||
border: 1px solid #000000;
|
||||
border-top-width: 0;
|
||||
background-color: #3c3f43;
|
||||
}
|
||||
|
||||
#rightcontrols {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
border: 1px solid #000000;
|
||||
background-color: #1c1e22;
|
||||
/* TODO: fix 15px padding breaking css */
|
||||
}
|
||||
|
||||
#chatwrap, #videowrap {
|
||||
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