1
0
Fork 0

- No hover effects for disabled elements

- Use full table width for notice about empty database
Dieser Commit ist enthalten in:
JanRei 2011-07-15 17:23:08 +00:00
Ursprung d50ef4adba
Commit 65bfb9743b
3 geänderte Dateien mit 9 neuen und 4 gelöschten Zeilen

Datei anzeigen

@ -80,6 +80,10 @@ a:hover {
text-decoration: none;
}
a[disabled] {
cursor: default;
}
img {
display: inline;
border: 0px;
@ -379,10 +383,11 @@ a.Formbutton:hover,button.Formbutton:hover,input.Formbutton:hover {
color: #256777 !important;
}
.Formbutton:disabled {
.Formbutton:disabled,.Formbutton:disabled:hover {
color: #888 !important;
cursor: default;
}
/********** breadcrumb *******/
#breadcrumb ul {
list-style: none;