mirror of
https://github.com/panzi/Browser-Ponies.git
synced 2025-10-06 00:23:16 +02:00
fix style
This commit is contained in:
15
gui.css
15
gui.css
@@ -18,6 +18,21 @@ background: linear-gradient(top, #2d96c6 0%,#c9e6f4 100%);
|
||||
body, option {
|
||||
color: #294256;
|
||||
}
|
||||
#share {
|
||||
position: absolute;
|
||||
left: -100px;
|
||||
width: 100px;
|
||||
opacity: 0.5;
|
||||
*zoom: 1;
|
||||
filter: alpha(opacity=50);
|
||||
padding-bottom: 20px;
|
||||
overflow: hidden;
|
||||
}
|
||||
#share:hover {
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100);
|
||||
overflow: visible;
|
||||
}
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
|
Reference in New Issue
Block a user