h7.4
This commit is contained in:
@@ -1,15 +1,38 @@
|
||||
.comment .wall-item-body {
|
||||
padding-left: 42px;
|
||||
padding-left: 3rem;
|
||||
}
|
||||
|
||||
.wall-item-content-wrapper.comment {
|
||||
border-bottom: 1px solid #dee2e6;
|
||||
.wall-item-content-wrapper {
|
||||
border-bottom: 1px solid rgba(0,0,0,.125);
|
||||
}
|
||||
|
||||
.hide-comments-outer,
|
||||
.hide-comments-outer:hover {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.widget {
|
||||
border: 1px solid #dee2e6;
|
||||
border: 1px solid rgba(0,0,0,.125);
|
||||
}
|
||||
|
||||
#note-text {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.vcard-card {
|
||||
border: 1px solid rgba(0,0,0,.125);
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.vcard-card .card {
|
||||
border-top: 0;
|
||||
border-right: 0;
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.vcard-card .vcard {
|
||||
border: 1px solid rgba(0,0,0,.125);
|
||||
border-top: 0;
|
||||
border-right: 0;
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
1898
ussrbasicpub/schema/bootstrap-nightfall.css
vendored
Normal file
1898
ussrbasicpub/schema/bootstrap-nightfall.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -157,6 +157,10 @@ option {
|
||||
color:#fff !important;
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
color: $font_colour;
|
||||
}
|
||||
|
||||
a.btn, aside a {
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
@@ -164,7 +168,7 @@ a.btn, aside a {
|
||||
.btn {
|
||||
background-color: #1e1e1e;
|
||||
border-color: #222;
|
||||
color: #ccc;
|
||||
color: $font_colour;
|
||||
text-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
@@ -181,7 +185,7 @@ a.btn, aside a {
|
||||
}
|
||||
|
||||
.btn-primary, input#event-submit, input#rmagic-submit-button, input#lostpass-submit-button {
|
||||
background-color: #337AB7;
|
||||
background-color: #20537E;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
@@ -192,8 +196,8 @@ a.btn, aside a {
|
||||
}
|
||||
|
||||
.btn-success {
|
||||
color: #FFF !important;
|
||||
background-color: #5CB85C !important;
|
||||
color: #ccc !important;
|
||||
background-color: #336A33 !important;
|
||||
border-color: #4CAE4C !important;
|
||||
}
|
||||
|
||||
@@ -216,7 +220,7 @@ a.btn, aside a {
|
||||
}
|
||||
|
||||
.btn-danger, form#chat-destroy > input {
|
||||
background-color: #D9534F !important;
|
||||
background-color: #B22A26 !important;
|
||||
border-color: #D43F3A !important;
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user