diff options
-rw-r--r-- | Cydia.app/error.html | 2 | ||||
-rw-r--r-- | Cydia.app/manage.html | 8 | ||||
-rw-r--r-- | Cydia.app/pinstripe.png | bin | 1096 -> 0 bytes | |||
-rw-r--r-- | Cydia.mm | 4 |
4 files changed, 4 insertions, 10 deletions
diff --git a/Cydia.app/error.html b/Cydia.app/error.html index bbdf891..8749f7b 100644 --- a/Cydia.app/error.html +++ b/Cydia.app/error.html @@ -6,7 +6,7 @@ <style> body { - background: url(pinstripe.png); + background: #c7ced5 url(cydia://uikit-image/UIPinstripe.png); display: table; font-family: Helvetica; height: 337px; diff --git a/Cydia.app/manage.html b/Cydia.app/manage.html index 62833e6..eb1b30a 100644 --- a/Cydia.app/manage.html +++ b/Cydia.app/manage.html @@ -6,7 +6,7 @@ <style> body { - background: url(pinstripe.png); + background: #c7ced5 url(cydia://uikit-image/UIPinstripe.png); display: table; font-family: Helvetica; height: 337px; @@ -97,9 +97,9 @@ <div class="background"></div> </a> -<a href="cydia://storage" class="giant-button" style="opacity: 0.4"> +<a href="cydia://storage" class="giant-button"> <div class="contents"> - <img src="storage.png" class="icon"/> + <img src="storage.png"/> <label>Storage</label> <div>See how much room you have left for new packages.</div> </div> @@ -107,8 +107,6 @@ <div class="background"></div> </a> - <div style="position: absolute; top: 256px; color: red; margin: 0 auto; font-size: 40px; height: 40px; width: 320px; -webkit-transform:rotate(-10deg); text-shadow: rgba(250, 150, 150, 0.75) 1px 1px 0">Coming Soon!</div> - </div> </div> </div></body></html> diff --git a/Cydia.app/pinstripe.png b/Cydia.app/pinstripe.png Binary files differdeleted file mode 100644 index adabdd7..0000000 --- a/Cydia.app/pinstripe.png +++ /dev/null @@ -5728,10 +5728,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { if ((self = [super initWithBook:book]) != nil) { CGRect pageBounds = [book_ pageBounds]; - /*UIImageView *pinstripe = [[[UIImageView alloc] initWithFrame:pageBounds] autorelease]; - [pinstripe setImage:[UIImage applicationImageNamed:@"pinstripe.png"]]; - [self addSubview:pinstripe];*/ - transition_ = [[UITransitionView alloc] initWithFrame:pageBounds]; [self addSubview:transition_]; |