diff --git a/themes/pmahomme/css/theme_left.css.php b/themes/pmahomme/css/theme_left.css.php index 73b01e0def..50cc99b9a4 100644 --- a/themes/pmahomme/css/theme_left.css.php +++ b/themes/pmahomme/css/theme_left.css.php @@ -239,7 +239,7 @@ select{ border: 1px solid #aaa; color: #333; padding: 3px; - background: url(themes/pmahomme/img/input_bg.gif); + background: white; } diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 88f5ea8189..a1edac31cc 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -167,7 +167,7 @@ input[type=text] { -moz-box-shadow: 0 1px 2px #ddd; -webkit-box-shadow: 0 1px 2px #ddd; - background: url(getImgPath(); ?>input_bg.gif); + background: white; border: 1px solid #aaa; color: #555; padding: 4px; @@ -184,7 +184,7 @@ input[type=password] { -moz-box-shadow: 0 1px 2px #ddd; -webkit-box-shadow: 0 1px 2px #ddd; - background: url(getImgPath(); ?>input_bg.gif); + background: white; border: 1px solid #aaa; color: #555; padding: 4px; @@ -336,7 +336,7 @@ select { border: 1px solid #aaa; color: #333; padding: 3px; - background: url(getImgPath(); ?>input_bg.gif) + background: white; } select[multiple] { @@ -471,7 +471,7 @@ td.marked, table tr.marked td, table tr.marked th, table tr.marked { - background: url(getImgPath(); ?>marked_bg.png) repeat-x #b6c6d7; + getCssGradient('ced6df', 'b6c6d7'); ?> color: ; } @@ -482,7 +482,7 @@ table tr.marked { .even:hover, .hover, .structure_actions_dropdown { - background: url(getImgPath(); ?>marked_bg.png) repeat-x #b6c6d7; /* 3.4 */ + getCssGradient('ced6df', 'b6c6d7'); ?> color: ; } @@ -490,7 +490,7 @@ table tr.marked { table tr.odd:hover th, table tr.even:hover th, table tr.hover th { - background: url(getImgPath(); ?>marked_bg.png) repeat-x #b6c6d7; /* 3.4 */ + getCssGradient('ced6df', 'b6c6d7'); ?> color: ; } @@ -928,7 +928,7 @@ ul#topmenu2 li { } .menucontainer { - background: url(getImgPath(); ?>tab_bg.png) repeat-x; + getCssGradient('ffffff', 'dcdcdc'); ?> border-top: 1px solid #aaa; } @@ -978,7 +978,7 @@ ul#topmenu ul.notonly { } ul#topmenu li:hover { - background: url(getImgPath(); ?>tab_hover_bg.png) repeat-x 50% 0%!important; + getCssGradient('ffffff', 'e5e5e5'); ?> } ul#topmenu li:hover ul, diff --git a/themes/pmahomme/img/input_bg.gif b/themes/pmahomme/img/input_bg.gif deleted file mode 100644 index 7cb23d8bcf..0000000000 Binary files a/themes/pmahomme/img/input_bg.gif and /dev/null differ diff --git a/themes/pmahomme/img/marked_bg.png b/themes/pmahomme/img/marked_bg.png deleted file mode 100644 index 1ab70afe95..0000000000 Binary files a/themes/pmahomme/img/marked_bg.png and /dev/null differ diff --git a/themes/pmahomme/img/tab_bg.png b/themes/pmahomme/img/tab_bg.png deleted file mode 100644 index 33faa417df..0000000000 Binary files a/themes/pmahomme/img/tab_bg.png and /dev/null differ diff --git a/themes/pmahomme/img/tab_hover_bg.png b/themes/pmahomme/img/tab_hover_bg.png deleted file mode 100644 index 09f1e294ef..0000000000 Binary files a/themes/pmahomme/img/tab_hover_bg.png and /dev/null differ