Quantcast
Channel: CKEditor™ Provider for DNN®
Viewing all articles
Browse latest Browse all 1992

Commented Unassigned: "Browse Server" button in Link edit popup in "Silver" skin [7822]

$
0
0
"Browse Server" button in Link edit popup (and some other buttons) in "Silver" skin is invisible, but still there (white text, transparent bg, I think). So you can click it if you know there it is...

Observed this issue with CK 2.0.12 and 2.0.7, both on production server, and development server (clean DNN 7.1.2 install), with various Firefox and Chrome versions.

Think it caused by that "cke_dialog_ui_button" class has no default background color/image.

Quickfix for /skins/silver/dialog.css:

```
a.cke_dialog_ui_button span
{
color: #fff;
font-weight: bold;

background-color:gray; /* added */
}
```
Comments: ** Comment from web user: tha_watcha **

Thanks your fix will be included in the next release


Viewing all articles
Browse latest Browse all 1992

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>