X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;ds=sidebyside;f=css%2F1%2FpageMinichat.css;h=e24092c892d7ac24c1eebc8e52252eec03c44238;hb=42445687d95289c3c3f70e1e8d76278107a8b125;hp=ad139dbffc51be902261d233153d2f07baa8b99c;hpb=3e7999bd529ffda7c9613fc25bae95144a019af5;p=euphorik.git diff --git a/css/1/pageMinichat.css b/css/1/pageMinichat.css index ad139db..e24092c 100755 --- a/css/1/pageMinichat.css +++ b/css/1/pageMinichat.css @@ -174,7 +174,28 @@ #page.minichat #conversations .titre .fermer:hover { background-color: #c95656 } - + +#page.minichat #conversations .titre .next, +#page.minichat #conversations .titre .prev { + display: none; +} + +#page.minichat #conversations .titre .next, +#page.minichat #conversations .titre .prev, +#page.minichat #conversations .titre .numPage { + background-color: #42380b; + cursor: pointer; + padding-right: 5px; + padding-left: 5px; +} + +#page.minichat #conversations .titre .next:hover, +#page.minichat #conversations .titre .prev:hover, +#page.minichat #conversations .titre .numPage:hover { + background-color: #7c6e2e +} + + #page.minichat #pages { margin-top: 10px; }