diff options
author | Vasudev Kamath <kamathvasudev@gmail.com> | 2012-04-22 12:08:05 +0530 |
---|---|---|
committer | Vasudev Kamath <kamathvasudev@gmail.com> | 2012-04-22 12:08:05 +0530 |
commit | f1d84c10458986a0a014f844e784617401764b29 (patch) | |
tree | a9428755260c3e132ccc507e1df4656431964c43 /view/theme/dispy-dark | |
parent | 4499ce96a0c5fd7ca9feb2b9b5e62876155aa63e (diff) | |
parent | 54817f058a4f62301525950d8cdf0189b4d964dc (diff) | |
download | volse-hubzilla-f1d84c10458986a0a014f844e784617401764b29.tar.gz volse-hubzilla-f1d84c10458986a0a014f844e784617401764b29.tar.bz2 volse-hubzilla-f1d84c10458986a0a014f844e784617401764b29.zip |
Merge branch 'master' of git://github.com/friendica/friendica
Diffstat (limited to 'view/theme/dispy-dark')
-rw-r--r-- | view/theme/dispy-dark/style.css | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/view/theme/dispy-dark/style.css b/view/theme/dispy-dark/style.css index 100748ac4..05d544b0a 100644 --- a/view/theme/dispy-dark/style.css +++ b/view/theme/dispy-dark/style.css @@ -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, @@ -2546,6 +2550,8 @@ input[type="search"] { input[type="checkbox"], input[type="radio"] { border: 1px #999 solid; margin: 0 0 0 0; + height: 15px; + width: 15px; } input[type="submit"], input[type="button"] { background-color: #eee; |