Menu

[f1bb48]: / css / phpMyEdit.css  Maximize  Restore  History

Download this file

111 lines (88 with data), 2.1 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
/* phpMyEdit.css */
/* $Platon: phpMyEdit/css/phpMyEdit.css,v 5.7.6 2024-01-13 12:57:07 Yves $ */
th.pme-header, th.pme-header a.pme-header, td.pme-stats {
font-family: Arial, Helvetica, sans-serif;
}
hr.pme-hr {
border: 0px solid;
padding: 0px;
margin: 0px;
border-top-width: 1px;
height: 1px;
}
hr.pme-hr.down {
margin-top: 1px;
margin-bottom: -1px;
}
table.pme-main {
border: #004d9c 1px solid;
border-collapse: collapse;
border-spacing: 0px;
width: 100%;
}
table.pme-navigation {
border: #004d9c 0px solid;
border-collapse: collapse;
border-spacing: 0px;
width: 100%;
}
table.pme-main caption, table.pme-navigation caption {
display: none;
}
tr.pme-navigation td.pme-buttons input:not([disabled]),
tr.pme-navigation td.pme-buttons select.pme-goto:not([disabled]) {
cursor: pointer;
}
tr.pme-navigation td.pme-buttons input.pme-goto {
cursor: initial;
}
td.pme-navigation {
white-space: nowrap;
text-align: center;
}
td.pme-navigation a.pme-navigation {
text-decoration: none;
}
tr.pme-row:nth-child(even), tr.pme-cell:nth-child(even) {
background-color: #EEEEEE;
}
th.pme-header {
border: #004d9c 1px solid;
padding: 4px;
background: #add8e6;
}
td.pme-key, td.pme-value, td.pme-help, td.pme-navigation, td.pme-cell,
td.pme-sortinfo, td.pme-filter {
border: #004d9c 1px solid;
padding: 3px;
}
table.pme-main.pme-add td.pme-key label:not([disabled])[required]:after,
table.pme-main.pme-change td.pme-key label:not([disabled])[required]:after {
content: ' *';
color: red;
}
table.pme-main.pme-add td.pme-key label[disabled],
table.pme-main.pme-change td.pme-key label[disabled] {
color: GrayText; /* system colour for disabled */
}
td.pme-buttons {
text-align: left;
}
img.pme-navigation {
border: none;
width: 1em;
height: 1em;
}
tr.pme-navigation td.pme-buttons input.pme-goto {
background-color: white;
border: none;
}
td.pme-message {
text-align: center;
}
td.pme-stats {
font-style: oblique;
font-size: smaller;
text-align: right;
}
/* eof */
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.