Rename shit to avoid breaking backwards compat of currenttitle

This commit is contained in:
Calvin Montgomery 2017-01-23 22:00:18 -08:00
parent d7c3edfac5
commit 97de993055
8 changed files with 11 additions and 11 deletions

View file

@ -90,7 +90,7 @@
font-weight: bold;
}
#chatheader > p, #currenttitle {
#chatheader > p, #videowrap-header {
margin: 0;
}

View file

@ -20,7 +20,7 @@ body {
background-color: #000000;
}
#chatheader, #currenttitle, #userlist, #messagebuffer, #plmeta {
#chatheader, #videowrap-header, #userlist, #messagebuffer, #plmeta {
background-color: #ffffff;
}
@ -57,7 +57,7 @@ footer {
border: 1px solid #aaaaaa;
}
#chatheader, #currenttitle {
#chatheader, #videowrap-header {
border: 1px solid #cccccc;
border-bottom-width: 0;
border-radius: 5px;

View file

@ -65,7 +65,7 @@ input.form-control[type="email"], textarea.form-control {
border: 1px solid #aaaaaa;
}
#chatheader, #currenttitle {
#chatheader, #videowrap-header {
border: 1px solid #cccccc;
border-bottom-width: 0;
border-radius: 5px;

View file

@ -14,7 +14,7 @@ body {
background-color: #000000;
}
#chatheader, #currenttitle, #userlist, #messagebuffer, #plmeta {
#chatheader, #videowrap-header, #userlist, #messagebuffer, #plmeta {
background-color: #ffffff;
}
@ -51,7 +51,7 @@ footer {
border: 1px solid #aaaaaa;
}
#chatheader, #currenttitle {
#chatheader, #videowrap-header {
border: 1px solid #cccccc;
border-bottom-width: 0;
border-radius: 5px;

View file

@ -120,7 +120,7 @@ input.form-control[type="email"], textarea.form-control {
}
#chatheader, #currenttitle {
#chatheader, #videowrap-header {
border: 1px solid #000000;
height: 30px;
background-color: rgba(20, 22, 26, 0.7);

View file

@ -81,7 +81,7 @@ input.form-control[type="email"], textarea.form-control {
border: 1px solid #aaaaaa;
}
#chatheader, #currenttitle {
#chatheader, #videowrap-header {
border: 1px solid #cccccc;
border-bottom-width: 0;
border-radius: 5px;