mirror of https://github.com/calzoneman/sync.git
Transparency addition to modern theme
This commit is contained in:
parent
e02726d052
commit
45ca901f05
|
@ -17,11 +17,13 @@
|
|||
}
|
||||
|
||||
.nick-hover {
|
||||
background-color: #111122;
|
||||
background-color: rgba(20, 22, 26, 0.7);
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: #1c1e22 !important;
|
||||
background-color: rgba(20, 22, 26, 0.7) !important;
|
||||
border: 1px solid #000000;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
input.form-control[type="text"], input.form-control[type="password"],
|
||||
|
@ -34,7 +36,7 @@ input.form-control[type="email"], textarea.form-control {
|
|||
}
|
||||
|
||||
.queue_active {
|
||||
background-color: #44474c !important;
|
||||
background-color: rgba(65, 69, 74, 0.7) !important;
|
||||
}
|
||||
|
||||
.profile-box, .user-dropdown {
|
||||
|
@ -75,7 +77,7 @@ input.form-control[type="email"], textarea.form-control {
|
|||
#plmeta {
|
||||
border: 1px solid #000000;
|
||||
border-radius: 0 !important;
|
||||
background-color: #1c1e22;
|
||||
background-color: rgba(20, 22, 26, 0.9);
|
||||
height: 25px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
|
@ -87,7 +89,7 @@ input.form-control[type="email"], textarea.form-control {
|
|||
}
|
||||
|
||||
#userlist {
|
||||
background-color: #2d3134;
|
||||
background-color: rgba(34, 38, 41, 0.52);
|
||||
overflow: auto;
|
||||
border-right: none !important;
|
||||
}
|
||||
|
@ -103,7 +105,7 @@ input.form-control[type="email"], textarea.form-control {
|
|||
}
|
||||
|
||||
#messagebuffer {
|
||||
background-color: #323639;
|
||||
background-color: rgba(50, 54, 57, 0.52);
|
||||
overflow: auto;
|
||||
|
||||
}
|
||||
|
@ -111,7 +113,7 @@ input.form-control[type="email"], textarea.form-control {
|
|||
#chatheader, #currenttitle {
|
||||
border: 1px solid #000000;
|
||||
height: 30px;
|
||||
background-color: #1c1e22;
|
||||
background-color: rgba(20, 22, 26, 0.7);
|
||||
text-align: center;
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
@ -129,7 +131,7 @@ input.form-control[type="email"], textarea.form-control {
|
|||
|
||||
.queue_entry {
|
||||
border-color: #000000;
|
||||
background-color: #272b30;
|
||||
background-color: rgba(39,43,48,0.7);
|
||||
}
|
||||
|
||||
#rightcontrols {
|
||||
|
@ -172,3 +174,13 @@ input.form-control[type="email"], textarea.form-control {
|
|||
.navbar-inverse .navbar-text-nofloat {
|
||||
color: #c8c8c8;
|
||||
}
|
||||
|
||||
#chatline {
|
||||
background-color: rgba(20, 22, 26, 0.7) !important;
|
||||
}
|
||||
|
||||
#motdwrap {
|
||||
margin-bottom: 9px;
|
||||
min-height: 20px;
|
||||
padding: 10px 19px !important;
|
||||
}
|
Loading…
Reference in New Issue