UI changes: removed box shadow for ui-box and file-holder
This commit is contained in:
parent
e6affad928
commit
f90c565544
7 changed files with 11 additions and 21 deletions
|
@ -10,11 +10,10 @@
|
|||
*
|
||||
*/
|
||||
.ui-box {
|
||||
background: #F9F9F9;
|
||||
background: #FFF;
|
||||
margin-bottom: 20px;
|
||||
border: 1px solid #CCC;
|
||||
word-wrap: break-word;
|
||||
@include solid-shade;
|
||||
|
||||
&.ui-box-show {
|
||||
margin:20px 0;
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
*
|
||||
*/
|
||||
.file-holder {
|
||||
border: 1px solid #BBB;
|
||||
border: 1px solid #CCC;
|
||||
margin-bottom: 1em;
|
||||
@include solid-shade;
|
||||
|
||||
.file-title {
|
||||
border-bottom: 1px solid #bbb;
|
||||
@include bg-dark-gray-gradient;
|
||||
text-shadow: 0 1px 1px #fff;
|
||||
margin: 0;
|
||||
font-weight: normal;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
color: #666;
|
||||
color: $style_color;
|
||||
padding: 9px 10px;
|
||||
height: 18px;
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
margin: 0;
|
||||
list-style: none;
|
||||
li {
|
||||
background-color: #FFF;
|
||||
padding: 10px;
|
||||
min-height: 20px;
|
||||
border-bottom: 1px solid #eee;
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
table {
|
||||
@extend .table;
|
||||
@extend .table-striped;
|
||||
@include solid-shade;
|
||||
border: 1px solid #bbb;
|
||||
border: 1px solid #CCC;
|
||||
width: 100%;
|
||||
|
||||
&.low {
|
||||
|
@ -20,7 +19,7 @@ table {
|
|||
th {
|
||||
font-weight: bold;
|
||||
vertical-align: middle;
|
||||
border-bottom: 1px solid #bbb;
|
||||
border-bottom: 1px solid #CCC;
|
||||
text-shadow: 0 1px 1px #fff;
|
||||
@include bg-dark-gray-gradient;
|
||||
|
||||
|
@ -46,11 +45,11 @@ table {
|
|||
}
|
||||
|
||||
&:first-child {
|
||||
border-left: 1px solid #bbb;
|
||||
border-left: 1px solid #CCC;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
border-right: 1px solid #bbb;
|
||||
border-right: 1px solid #CCC;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -88,14 +88,11 @@ input.check_all_issues {
|
|||
}
|
||||
|
||||
.update_selected_issues {
|
||||
position: relative;
|
||||
top:5px;
|
||||
margin-left: 4px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.update_issues_text {
|
||||
padding: 3px;
|
||||
padding: 5px;
|
||||
line-height: 28px;
|
||||
float: left;
|
||||
color: #479;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
ul {
|
||||
margin: auto;
|
||||
height: 42px;
|
||||
height: 40px;
|
||||
overflow: hidden;
|
||||
.count {
|
||||
font-weight: normal;
|
||||
|
@ -74,7 +74,7 @@
|
|||
text-align: center;
|
||||
font-weight: normal;
|
||||
height: 38px;
|
||||
line-height: 36px;
|
||||
line-height: 34px;
|
||||
color: #777;
|
||||
text-shadow: 0 1px 1px white;
|
||||
padding: 0 10px;
|
||||
|
|
|
@ -31,8 +31,4 @@
|
|||
border-left: 1px solid #666;
|
||||
}
|
||||
}
|
||||
|
||||
.main-nav {
|
||||
box-shadow: 0 -1px 0 white inset;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue