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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

border-radius support for Opera

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

Previous topic - Next topic

0 Members and 3 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é