diff options
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/admin/element_set_global.tpl | 2 | ||||
-rw-r--r-- | template/yoga/admin/history.tpl | 2 | ||||
-rw-r--r-- | template/yoga/admin/user_list.tpl | 2 | ||||
-rw-r--r-- | template/yoga/theme/dark/theme.css | 20 |
4 files changed, 7 insertions, 19 deletions
diff --git a/template/yoga/admin/element_set_global.tpl b/template/yoga/admin/element_set_global.tpl index 0548097c5..1c2c3ee33 100644 --- a/template/yoga/admin/element_set_global.tpl +++ b/template/yoga/admin/element_set_global.tpl @@ -164,7 +164,7 @@ </ul> - <p><input class="submit" type="submit" value="{L_SUBMIT}" name="submit_caddie" {TAG_INPUT_ENABLED}/></p> + <p><input class="submit" type="submit" value="{L_SUBMIT}" name="submit_caddie" /></p> </fieldset> diff --git a/template/yoga/admin/history.tpl b/template/yoga/admin/history.tpl index f0d364d6f..697c37df5 100644 --- a/template/yoga/admin/history.tpl +++ b/template/yoga/admin/history.tpl @@ -82,7 +82,7 @@ </select> </label> - <input class="submit" type="submit" name="submit" value="{lang:submit}" {TAG_INPUT_ENABLED}/> + <input class="submit" type="submit" name="submit" value="{lang:submit}" /> </fieldset> </form> diff --git a/template/yoga/admin/user_list.tpl b/template/yoga/admin/user_list.tpl index 7aef79821..8f38fc9ae 100644 --- a/template/yoga/admin/user_list.tpl +++ b/template/yoga/admin/user_list.tpl @@ -58,7 +58,7 @@ </select> </label> - <input class="submit" type="submit" name="submit_filter" value="{lang:submit}" {TAG_INPUT_ENABLED}/> + <input class="submit" type="submit" name="submit_filter" value="{lang:submit}" /> </fieldset> diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index 13d27f877..982d4f40d 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -83,24 +83,15 @@ FIELDSET, INPUT, SELECT, TEXTAREA, border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ } -#content UL.thumbnails SPAN.wrap2:hover { - background-color: AntiqueWhite; - border-color: yellow; /* thumbnails border color when mouse cursor is over it */ - color: black; -} - -#content UL.thumbnailCategories DIV.thumbnailCategory:hover { - background-color: AntiqueWhite; - border-color: yellow; /* thumbnails border color when mouse cursor is over it */ - color: black; -} - +#content UL.thumbnails SPAN.wrap2:hover, +#content UL.thumbnailCategories DIV.thumbnailCategory:hover, #content UL.thumbnailCategories DIV.thumbnailCategory:hover A { background-color: AntiqueWhite; border-color: yellow; /* thumbnails border color when mouse cursor is over it */ color: black; } + /* links */ A, INPUT.rateButton { color: #FFFFFF; @@ -110,10 +101,7 @@ A:hover { color: #FFF48E; } -#imageToolBar A, #imageToolBar A:hover { - border-bottom: none; -} - +#imageToolBar A, #imageToolBar A:hover, A.navThumb, A.navThumb:hover { border-bottom: none; } |