Procházet zdrojové kódy

Replaced loadbutton.png with css rounded corners.

tags/1.0
Matthew Petroff před 13 roky
rodič
revize
ebe8811c73
2 změnil soubory, kde provedl 5 přidání a 3 odebrání
  1. binární
      src/css/img/loadbutton.png
  2. +5
    -3
      src/css/pannellum.css

binární
src/css/img/loadbutton.png Zobrazit soubor

Před Za
Šířka: 200  |  Výška: 200  |  Velikost: 509 B

+ 5
- 3
src/css/pannellum.css Zobrazit soubor

@@ -211,8 +211,10 @@ body
width:200px;
height:100px;
margin:-50px 0px 0px -100px;
background-image:url('img/loadbutton.png');
background-position:0px 0px;
background-color:rgba(0,0,0,.7);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
text-align:center;
font-family:serif;
font-size:20px;
@@ -226,7 +228,7 @@ body
}
#load_button:hover
{
background-position:0px -100px;
background-color:rgba(255,255,255,.7);
color:#000;
}
#load_button p


Načítá se…
Zrušit
Uložit