mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 13:07:34 +00:00
General style enhancements
This commit is contained in:
parent
6fc4a686e0
commit
d4d2c40513
2 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
p,a,strong,b,u,i,em,h1,h2,h3,h4,h5,h6,s,pre,code,input,textarea{
|
p,a,strong,b,u,i,em,h1,h2,h3,h4,h5,h6,s,pre,code,input,textarea{
|
||||||
overflow:auto;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control{
|
.form-control{
|
||||||
|
|
8
Project-Unite/Content/bootstrap-theme.css
vendored
8
Project-Unite/Content/bootstrap-theme.css
vendored
|
@ -692,8 +692,8 @@ samp {
|
||||||
code {
|
code {
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
color: #c7254e;
|
color: white;
|
||||||
background-color: #f9f2f4;
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
@ -1399,7 +1399,7 @@ pre code {
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
background-color: #181818;
|
background-color: rgb(50, 50, 50);
|
||||||
}
|
}
|
||||||
th {
|
th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -3505,7 +3505,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||||
.nav-tabs > li.active > a:hover,
|
.nav-tabs > li.active > a:hover,
|
||||||
.nav-tabs > li.active > a:focus {
|
.nav-tabs > li.active > a:focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #2a9fd6;
|
background-color: rgb(50, 50, 50);
|
||||||
border: 1px solid #282828;
|
border: 1px solid #282828;
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
Loading…
Add table
Reference in a new issue