border-radius support for Opera border-radius support for Opera
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

border-radius support for Opera

Started by wilk, March 17, 2012, 12:21:40 AM

Previous topic - Next topic

0 Members and 4 Guests are viewing this topic.

wilk

Recently I've installed Chrome, just to see a sad thing... All that time I was missing visual experience of border-radius in my Opera. :( border-radius is supported in Opera since the same time as in other browsers (without -o- prefix). You can verify that here: http://www.caniuse.com/#search=border-radius

It's not really a bug, so I post it as a feature request (I've patched my own gallery by self, but others may miss it too ;)).
PM me for Polish translations (new/update)

wilk

My fault, it should go to themes forum. Sorry.
PM me for Polish translations (new/update)

Αndré

Moved from feature requests to themes board.

Quote from: wilk on March 17, 2012, 12:21:40 AM
I've patched my own gallery by self, but others may miss it too ;)
Please attach your changes.

wilk

This patch is for curve theme "style.css" file however as I checked other styles' demos it is also valid for many of them:


@@ -269,8 +270,7 @@
     padding-left:0px;
     padding-right:0px;
     margin-right:2px;
-    -moz-border-radius: 5px;
-    -webkit-border-radius: 5px;
+    border-radius: 5px;
}

.button {
@@ -485,8 +485,7 @@
     border-width:1px;
     border-color:#000000;
     margin:2px;
-    -moz-border-radius: 5px;
-    -webkit-border-radius: 5px;
+    border-radius: 5px;
}

/* pseudo-classes for image links */
@@ -887,8 +886,7 @@
     padding:15px 10px 15px 50px;
     background-repeat: no-repeat;
     background-position: 10px center;
-    -moz-border-radius: 5px;
-    -webkit-border-radius: 5px;
+    border-radius: 5px;
}

.cpg_message_info {
PM me for Polish translations (new/update)

Αndré

We cannot maintain user contributed themes (which are almost all themes in the demo). I'll check your suggestion soon.

Αndré