We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364c132 commit 9c0585cCopy full SHA for 9c0585c
2 files changed
views/shared/css/profiles.css
@@ -61,7 +61,7 @@ div.container-twelve div.ten.columns {width: 100%;}
61
p.warning {clear: both;}
62
63
a.big.button.user-profiles {
64
- color: inherit;
+ color: white;
65
}
66
67
.user-profiles input.remove-element {
views/shared/profiles/edit.php
@@ -17,7 +17,9 @@
17
18
ul.user-profiles.navigation ul {padding-left: 0px; list-style: none;}
19
input[type='checkbox'] {margin: 5px;}
20
-
+";
21
+ // for some reason this isn't getting applied from the profile.css file.
22
+ $css = "
23
.mce-tinymce button {
24
background: none;
25
margin: 0;
@@ -33,7 +35,7 @@
33
35
34
36
";
37
- //queue_css_string($css);
38
+ queue_css_string($css);
39
$sidebarColumns = 'four';
40
41
0 commit comments