Skip to content

Commit

Permalink
Bookmarks should use menu style
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Apr 28, 2012
1 parent 8ea079e commit 25441e5
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions htdocs/theme/eldy/style.css.php
Expand Up @@ -105,7 +105,7 @@
{
$conf->global->THEME_ELDY_TOPMENU_BACK1='180,196,216'; // topmenu
$conf->global->THEME_ELDY_TOPMENU_BACK2='190,206,226';
$conf->global->THEME_ELDY_VERMENU_BACK1='246,248,250'; // vmenu
$conf->global->THEME_ELDY_VERMENU_BACK1='246,248,250'; // vmenu
$conf->global->THEME_ELDY_VERMENU_BACK1b='226,228,230'; // vmenu (not menu)
$conf->global->THEME_ELDY_VERMENU_BACK2='220,224,227';
$conf->global->THEME_ELDY_BACKTITLE1='140,160,185'; // title of arrays
Expand Down Expand Up @@ -196,6 +196,17 @@
padding: 1px 1px 1px 1px;
margin: 0px 0px 0px 0px;
}
input, textarea, select {
border-radius:4px;
border:solid 1px rgba(0,0,0,.3);
border-top:solid 1px rgba(0,0,0,.3);
border-bottom:solid 1px rgba(0,0,0,.2);
box-shadow: 1px 1px 2px rgba(0,0,0,.2) inset;
padding:2px;
margin-left:1px;
margin-bottom:1px;
margin-top:1px;
}
select.flat, form.flat select {
font-weight: normal;
}
Expand Down Expand Up @@ -737,7 +748,7 @@
a.help:link, a.help:visited, a.help:hover, a.help:active { font-size:<?php print $fontsizesmaller ?>px; font-family: <?php print $fontlist ?>; text-align: <?php print $left; ?>; font-weight: normal; color: #666666; }


div.blockvmenupair, div.blockvmenuimpair
div.blockvmenupair, div.blockvmenuimpair, div.blockvmenubookmarks
{
width:174px;
font-family: <?php print $fontlist ?>;
Expand Down Expand Up @@ -804,7 +815,7 @@
box-shadow: 4px 4px 4px #CCC;
}

div.blockvmenubookmarks
div.blockvmenubookmarksold
{
width:174px;
border-right: 1px solid #555555;
Expand Down

0 comments on commit 25441e5

Please sign in to comment.