mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
- Quicksearch and Links review
merge -c2966 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2967 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -74,10 +74,14 @@ label { cursor:pointer }
|
||||
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; }
|
||||
color : #FF3300; text-decoration: none; border: 0; }
|
||||
a.Piwigo:hover {
|
||||
border-bottom: 1px solid #FF3363;
|
||||
}
|
||||
|
||||
*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
|
||||
a { color:#f70; border-width: 0; }
|
||||
a:hover, a:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; }
|
||||
a:hover, a:active { color: #f30; border-bottom: 1px solid #FF3363; cursor: pointer; }
|
||||
.content .navigationBar {color:#666;}
|
||||
ul.actions, .content form#waiting {text-align:center;}
|
||||
h2 { display:block; font-size:28px; letter-spacing:-1px;
|
||||
|
||||
@@ -263,8 +263,7 @@ H2 {
|
||||
border-bottom: 1px solid #000000;
|
||||
}
|
||||
#qsearchInput {
|
||||
border-color:#222;
|
||||
color:#222;
|
||||
color:#666;
|
||||
}
|
||||
FIELDSET, INPUT, SELECT, TEXTAREA {
|
||||
border: 1px solid #666;
|
||||
@@ -308,10 +307,17 @@ A, INPUT.rateButton {
|
||||
border-width: 0;
|
||||
}
|
||||
A:hover, A:active {
|
||||
color:#f33;
|
||||
border-bottom: 1px solid #f33;
|
||||
color:#f30;
|
||||
border-bottom: 1px solid #FF3363;
|
||||
cursor: pointer;
|
||||
}
|
||||
a.Piwigo {
|
||||
font-family: verdana, arial, helvetica, sans-serif !important;
|
||||
font-size: 11px; font-weight: normal; letter-spacing: 0;
|
||||
color : #FF3300; text-decoration: none; border: 0; }
|
||||
a.Piwigo:hover {
|
||||
border-bottom: 1px solid #FF3363;
|
||||
}
|
||||
#theImage A, .illustration A, A.navThumb, A.navThumb {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user