diff options
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 2 | ||||
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index d1f0549a6..064d0d1df 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -78,7 +78,7 @@ a.Piwigo { font-family: verdana, arial, helvetica, sans-serif !important; font-size: 11px; font-weight: normal; letter-spacing: 0; color : #f36; text-decoration: none; border: 0; color: #f36; } -input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; } +*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; } a { color:#f70; border-color: #f70; } a:hover, a:active { color: #f33; border-color: #FF3363; cursor: pointer; } diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index ffc420f63..86f48c5c2 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -69,7 +69,7 @@ overflow: auto; overflow-x:hidden; padding:0 0 5px; /* Only IE family supports H2 { border-bottom: 1px solid #000000; } FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid #666; } INPUT, select, textarea { color:#999; background-color: #444; } -input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; } +*, *:focus, *:active, input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; } .content UL.thumbnails SPAN.wrap2 { border: 1px solid #666; /* thumbnails border color and style */ border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ } |