mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-30 22:08:49 +01:00
remove opacity from css for ie to work with menus
This commit is contained in:
parent
d2424b0ef1
commit
6a038a6b3f
1 changed files with 1 additions and 12 deletions
|
|
@ -227,7 +227,6 @@ body.preferences div#input_box {
|
|||
#navlist {
|
||||
margin: 0;
|
||||
padding: 0 0 20px 5px;
|
||||
/* border-bottom: 1px solid #000;*/
|
||||
}
|
||||
|
||||
#navlist ul, #navlist li {
|
||||
|
|
@ -263,18 +262,11 @@ body.preferences div#input_box {
|
|||
margin-bottom: 20px;
|
||||
clear: both;
|
||||
background-color: #000;
|
||||
filter: alpha(opacity=75);
|
||||
-moz-opacity: .75;
|
||||
opacity: .75;
|
||||
color: #eee;
|
||||
width: 100%;
|
||||
z-index:101;
|
||||
}
|
||||
body.stats #topbar {
|
||||
filter: alpha(opacity=100);
|
||||
-moz-opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#date {
|
||||
float: left;
|
||||
width: 45%;
|
||||
|
|
@ -772,9 +764,6 @@ form {
|
|||
width: 270px;
|
||||
padding: 5px 10px;
|
||||
background-color: #000;
|
||||
filter: alpha(opacity=75);
|
||||
-moz-opacity: .75;
|
||||
opacity: .75;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue