| Index: chrome/common/extensions/docs/examples/extensions/storage_api_devtools/storage/panel.css
|
| ===================================================================
|
| --- chrome/common/extensions/docs/examples/extensions/storage_api_devtools/storage/panel.css (revision 0)
|
| +++ chrome/common/extensions/docs/examples/extensions/storage_api_devtools/storage/panel.css (revision 0)
|
| @@ -0,0 +1,73 @@
|
| +.storage-area {
|
| + margin: 3px 1ex;
|
| +}
|
| +
|
| +.storage-area a {
|
| + text-decoration: none;
|
| +}
|
| +
|
| +.storage-area-current {
|
| + font-weight: bold;
|
| + background-color: AliceBlue;
|
| +}
|
| +
|
| +.storage-data-table {
|
| + width: 100%;
|
| +}
|
| +
|
| +.storage-item-value {
|
| +}
|
| +
|
| +textarea {
|
| + width: 100%;
|
| +}
|
| +
|
| +.storage-data-filter {
|
| + float: right;
|
| +}
|
| +
|
| +.storage-data-filter-active {
|
| + font-weight: bold;
|
| + background-color: yellow;
|
| +}
|
| +
|
| +.storage-data-filter-active input,
|
| +.storage-data-filter-active select {
|
| + background-color: yellow;
|
| +}
|
| +
|
| +.storage-data-table input[type=text] {
|
| + width: 100%;
|
| +}
|
| +
|
| +meter {
|
| + width: 18em;
|
| +}
|
| +
|
| +button {
|
| + border: none;
|
| + border-radius: 2px;
|
| + background-color: #ccc;
|
| + font-family: monospace;
|
| + font-size: 12px;
|
| + margin: 0 0 0 0;
|
| +}
|
| +
|
| +button:hover {
|
| + background-color: #ddd;
|
| +}
|
| +
|
| +.storage-item-row-highlight {
|
| + background-color: yellow !important;
|
| +}
|
| +
|
| +.storage-item-row-even {
|
| + background-color: rgb(234, 243, 255);
|
| +}
|
| +
|
| +.storage-item-row-odd {
|
| +}
|
| +
|
| +.invalid-editing {
|
| + background-color: pink;
|
| +}
|
|
|
| Property changes on: chrome/common/extensions/docs/examples/extensions/storage_api_devtools/storage/panel.css
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
| Added: svn:mime-type
|
| + text/css
|
|
|
|
|