Applied context menu restyling globally
This commit is contained in:
parent
0c83b62545
commit
8dd580e623
3 changed files with 14 additions and 13 deletions
|
@ -36,7 +36,7 @@ define('DEFAULT_TIMESTAMP_FORMAT', 'Y-m-d H:i:s');
|
||||||
define('DEFAULT_MICROTIME_FORMAT', 'Y-m-d H:i:s.u');
|
define('DEFAULT_MICROTIME_FORMAT', 'Y-m-d H:i:s.u');
|
||||||
define('DEFAULT_ICECAST_PORT', 8000);
|
define('DEFAULT_ICECAST_PORT', 8000);
|
||||||
define('DEFAULT_ICECAST_PASS', 'hackme');
|
define('DEFAULT_ICECAST_PASS', 'hackme');
|
||||||
define('DEFAULT_SHOW_COLOR', '3366cc');
|
define('DEFAULT_SHOW_COLOR', '5B9CAB');
|
||||||
|
|
||||||
// Metadata Keys for files
|
// Metadata Keys for files
|
||||||
define('MDATA_KEY_FILEPATH' , 'filepath');
|
define('MDATA_KEY_FILEPATH' , 'filepath');
|
||||||
|
|
|
@ -251,18 +251,6 @@ thead th.ui-state-default:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Library Context Menu */
|
|
||||||
|
|
||||||
.context-menu-item.icon {
|
|
||||||
min-height: 26px;
|
|
||||||
padding: 0 5px;
|
|
||||||
background-position: 4px 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.context-menu-item > span {
|
|
||||||
padding: 0 20px;
|
|
||||||
line-height: 26px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Library Search */
|
/* Library Search */
|
||||||
|
|
||||||
|
|
|
@ -167,3 +167,16 @@
|
||||||
.context-menu-accesskey {
|
.context-menu-accesskey {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Library Context Menu */
|
||||||
|
.context-menu-item.icon {
|
||||||
|
min-height: 26px;
|
||||||
|
padding: 0 5px;
|
||||||
|
background-position: 4px 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.context-menu-item > span {
|
||||||
|
padding: 0 20px;
|
||||||
|
line-height: 26px;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue