]> git.mxchange.org Git - friendica.git/commitdiff
fix tinymce theming
authorSimon L'nu <simon.lnu@gmail.com>
Sun, 22 Apr 2012 05:22:29 +0000 (01:22 -0400)
committerSimon L'nu <simon.lnu@gmail.com>
Sun, 22 Apr 2012 05:22:29 +0000 (01:22 -0400)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/theme/dispy-dark/style.css
view/theme/dispy/style.css

index 1c7bf8f4065477e5251bb2fae61e11f1a17e3f92..05d544b0a60e60b8a83771ab47b4ccb8b4a0ef94 100644 (file)
@@ -910,22 +910,20 @@ width: 100%;
     padding: 2px 20px 5px 0;
 }
 #profile-jot-text_parent {
-    /*border-radius: 10px;*/
     box-shadow: 5px 0 10px 0 #111;
 }
 #profile-jot-text_tbl {
     margin-bottom: 10px;
-    /*border-radius: 10px;*/
-    background: #888;
+    background: #777;
 }
 #profile-jot-text_ifr {
     width:99.900002% !important;
 }
 #profile-jot-text_toolbargroup {
-    background: #888;
+    background: #777;
 }
 .mceCenter table tr {
-    background: #888;
+    background: #777;
 }
 [id$="jot-text_ifr"] {
     width: 99.900002% !important;
@@ -936,14 +934,20 @@ width: 100%;
     color: #2e2f2e;
     background: #eec;
 }
-.mceFirst tr {
-    background: #888;
+.defaultSkin tr.mceFirst {
+    background: #777;
 }
-.mceFirst td {
-    /*border-radius: 10px 10px 0px 0px;*/
+.defaultSkin td.mceFirst {
+       background-color: #eec;
 }
-.mceLast td {
-    /*border-radius: 0 0 10px 10px;*/
+.defaultSkin td.mceLast {
+       background-color: #eec;
+}
+.defaultSkin span.mceIcon, .defaultSkin img.mceIcon {
+       background-color: #eec;
+}
+.defaultSkin .mceButtonDisabled .mceIcon {
+       background-color: #eec;
 }
 #profile-attach-wrapper,
 #profile-audio-wrapper,
index 8823bc81a5bf23d7ea18aa8d1c54fddc672e8ef8..cf3b83cfacc5195a8ab9bff58546dc0917be9da6 100644 (file)
@@ -911,22 +911,20 @@ width: 100%;
     padding: 2px 20px 5px 0;
 }
 #profile-jot-text_parent {
-    /*border-radius: 10px;*/
     box-shadow: 5px 0 10px 0 #111;
 }
 #profile-jot-text_tbl {
     margin-bottom: 10px;
-    /*border-radius: 10px;*/
-    background: #888;
+    background: #777;
 }
 #profile-jot-text_ifr {
     width:99.900002% !important;
 }
 #profile-jot-text_toolbargroup {
-    background: #888;
+    background: #777;
 }
 .mceCenter table tr {
-    background: #888;
+    background: #777;
 }
 [id$="jot-text_ifr"] {
     width: 99.900002% !important;
@@ -937,14 +935,20 @@ width: 100%;
     color: #2e2f2e;
     background: #eec;
 }
-.mceFirst tr {
-    background: #888;
+.defaultSkin tr.mceFirst {
+    background: #777;
 }
-.mceFirst td {
-    /*border-radius: 10px 10px 0px 0px;*/
+.defaultSkin td.mceFirst {
+       background-color: #eec;
 }
-.mceLast td {
-    /*border-radius: 0 0 10px 10px;*/
+.defaultSkin td.mceLast {
+       background-color: #eec;
+}
+.defaultSkin span.mceIcon, .defaultSkin img.mceIcon {
+       background-color: #eec;
+}
+.defaultSkin .mceButtonDisabled .mceIcon {
+       background-color: #eec;
 }
 #profile-attach-wrapper,
 #profile-audio-wrapper,