Move color CSS rules into their own files. minify bootstrap
This commit is contained in:
parent
829cc090fa
commit
e4de90c38b
5 changed files with 79 additions and 6476 deletions
20
www/css/themes/bootstrap-theme.min.css
vendored
20
www/css/themes/bootstrap-theme.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -37,3 +37,20 @@ footer {
|
|||
.chat-shadow {
|
||||
color: #aaaaaa;
|
||||
}
|
||||
|
||||
.drink {
|
||||
border: 2px solid #0000cc;
|
||||
}
|
||||
|
||||
#drinkcount {
|
||||
background-color: #000000;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#plmeta {
|
||||
border: 1px solid #aaaaaa;
|
||||
}
|
||||
|
||||
#userlist, #messagebuffer {
|
||||
border: 1px solid #aaaaaa;
|
||||
}
|
||||
|
|
@ -6864,3 +6864,20 @@ input.form-control[type="email"], textarea.form-control {
|
|||
.chat-shadow {
|
||||
color: #777777;
|
||||
}
|
||||
|
||||
.drink {
|
||||
border: 2px solid #0000cc;
|
||||
}
|
||||
|
||||
#drinkcount {
|
||||
background-color: #000000;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#plmeta {
|
||||
border: 1px solid #aaaaaa;
|
||||
}
|
||||
|
||||
#userlist, #messagebuffer {
|
||||
border: 1px solid #aaaaaa;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue