diff options
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 8 | ||||
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index e6ea04494..d1f0549a6 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -68,7 +68,7 @@ display:block; height:85px; left:225px; position:relative; top:-42px; width:313p } .tagSelection label { padding-right:12px; } ul.thumbnails input { border:3px double #999; color:#999; font-size:10px; margin:0; background-color:#444; text-align: center;} -INPUT[type="submit"]:hover , INPUT[type="reset"]:hover { color:#f33; cursor: pointer; } +INPUT[type="submit"]:hover , INPUT[type="reset"]:hover { cursor: pointer; } INPUT.bigbutton:hover { background-color: #222; color:#f33; border: 0; } .throw { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; color: #ff3363; } label { cursor:pointer } @@ -78,9 +78,9 @@ 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; } -* { outline-width: 0; } -a { color:#f70; outline: none; border-color: #f70; } -a:hover, a:active { color: #f33; border-color: #FF3363; outline: none; cursor: pointer; } +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; } h2 { display:block; font-size:28px; letter-spacing:-1px; margin:0 20px; height:95px; overflow:hidden; padding:0; position:absolute; diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index ca9b33977..ffc420f63 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -75,7 +75,7 @@ border: 1px solid #666; /* thumbnails border color and style */ border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ } .content UL.thumbnails SPAN.wrap2:hover { color: #666; background-color: #111; border:1px solid #ff3363; /* thumbnails border color when mouse cursor is over it */ } -A, INPUT.rateButton { color:#f70; outline: none; border-color: #f70; } -A:hover, A:active { color: #f33; border-color: #FF3363; outline: none; cursor: pointer; } - +A, INPUT.rateButton { color:#f70; border-color: #f70; } +A:hover, A:active { color: #f33; border-color: #FF3363; cursor: pointer; } +input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; } #debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
\ No newline at end of file |