1
0
Fork 0

web ui firefox changes

This commit is contained in:
Heiko Kernbach 2015-07-24 09:58:44 +02:00
parent b9d3abd291
commit d9353a0fc8
4 changed files with 16 additions and 9 deletions

View File

@ -4568,7 +4568,7 @@ input.search-input {
height: 18px;
line-height: 18px;
margin-top: 4px;
margin-right: -6px;
margin-right: -1px;
width: 115px;
outline: none;
outline-color: transparent;
@ -4583,10 +4583,13 @@ input.search-input {
.search-field {
margin-left: 10px; }
.search-field .fa-search {
color: #d2d2d2;
color: #D2D2D2;
margin-left: -22px;
font-size: 15pt;
opacity: 0.5; }
opacity: 0.5;
position: absolute;
right: 7px;
top: 7px; }
.search-field .fa-search:hover {
opacity: 1;
cursor: pointer; }
@ -4795,7 +4798,7 @@ div.headerBar > div.headerButtonBar {
.modal-body .tab-content {
min-height: 200px; }
.modal-body .tab-content .tab-pane {
border-top: 1px solid #888 !important;
border-top: 1px solid #666 !important;
margin-left: 0 !important;
padding-top: 10px; }
.modal-body .tab-content #appstore {

View File

@ -125,8 +125,9 @@
#infoTab a,
#collectionTab a {
background-color: $c-tab-inactive;
border-bottom: 1px solid $c-collection-tab-border-bottom;
border-radius: 0 !important;
border-bottom: 1px solid $c-darker-grey;
border-top-left-radius: 4px !important;
border-top-right-radius: 4px !important;
color: $c-black;
font-size: 13px !important;
height: 21px;

View File

@ -6,7 +6,7 @@ input.search-input {
height: 18px;
line-height: 18px;
margin-top: 4px;
margin-right: -6px;
margin-right: -1px;
width: 115px;
outline: none;
outline-color: $c-transp;
@ -27,10 +27,13 @@ input.search-input {
margin-left: 10px;
.fa-search {
color: #d2d2d2;
color: #D2D2D2;
margin-left: -22px;
font-size: 15pt;
opacity: 0.5;
position: absolute;
right: 7px;
top: 7px;
&:hover {
opacity: 1;

View File

@ -173,7 +173,7 @@
min-height: 200px;
.tab-pane {
border-top: 1px solid $c-collection-tab-border-bottom !important;
border-top: 1px solid $c-darker-grey !important;
margin-left: 0 !important;
padding-top: 10px;
}