fixing tables and dropdowns in froxlor theme
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
6
templates/Sparkle/assets/css/froxlor.css
vendored
6
templates/Sparkle/assets/css/froxlor.css
vendored
@@ -43,7 +43,7 @@ h2 img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table.bradius {
|
table.bradius {
|
||||||
width: 100%;
|
/* width: 100%; */
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
background-color: #f8f8f8;
|
background-color: #f8f8f8;
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
@@ -147,9 +147,9 @@ nav div:last-child {
|
|||||||
color:#000;
|
color:#000;
|
||||||
}
|
}
|
||||||
|
|
||||||
table thead th {
|
table thead th, table th {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #176fa1;
|
background-color: #176fa1 !important;
|
||||||
border: 1px solid #176fa1;
|
border: 1px solid #176fa1;
|
||||||
-webkit-border-top-right-radius: 20px;
|
-webkit-border-top-right-radius: 20px;
|
||||||
-webkit-border-bottom-left-radius: 20px;
|
-webkit-border-bottom-left-radius: 20px;
|
||||||
|
|||||||
5
templates/Sparkle/assets/css/main.css
vendored
5
templates/Sparkle/assets/css/main.css
vendored
@@ -761,7 +761,7 @@ input[type="checkbox"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
padding:2px 4px 2px 24px;
|
padding:1px 4px 2px 24px !important;
|
||||||
color: #333;
|
color: #333;
|
||||||
height:28px;
|
height:28px;
|
||||||
border:1px solid #d9d9d9;
|
border:1px solid #d9d9d9;
|
||||||
@@ -772,7 +772,8 @@ select {
|
|||||||
-moz-appearance:none;
|
-moz-appearance:none;
|
||||||
appearance:none;
|
appearance:none;
|
||||||
min-width:170px;
|
min-width:170px;
|
||||||
text-indent:.01px;
|
text-indent:0.01px;
|
||||||
|
text-overflow: '';
|
||||||
}
|
}
|
||||||
|
|
||||||
select[multiple="multiple"] {
|
select[multiple="multiple"] {
|
||||||
|
|||||||
Reference in New Issue
Block a user