41 lines
960 B
CSS
41 lines
960 B
CSS
|
/**
|
||
|
* Part of Picozu Image Editing application.
|
||
|
* Visit https://www.picozu.com for more info.
|
||
|
* The code is copyrighted by Picozu <www.picozu.com>.
|
||
|
*
|
||
|
* @version 1.2.121614
|
||
|
* @package User Interface
|
||
|
* @application Picozu www.picozu.com
|
||
|
* @license www.picozu.com/license
|
||
|
*/
|
||
|
|
||
|
.pico-window-youtubeplayer .pz-youtubeSearch {
|
||
|
width: 626px;
|
||
|
text-align: left !important;
|
||
|
margin-bottom: 5px;
|
||
|
}
|
||
|
.pico-window-youtubeplayer .ui-front {
|
||
|
position:relative;
|
||
|
}
|
||
|
.ui-menu .ui-menu-item a {
|
||
|
font-weight: normal !important;
|
||
|
}
|
||
|
.ui-menu .ui-menu-item {
|
||
|
padding: 3px 0;
|
||
|
}
|
||
|
.ui-menu .ui-menu-item a.ui-state-focus,
|
||
|
.ui-menu .ui-menu-item a.ui-state-active {
|
||
|
color: #D90266;
|
||
|
}
|
||
|
.ui-autocomplete {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
cursor: default;
|
||
|
overflow-y: auto;
|
||
|
overflow-x: hidden;
|
||
|
max-height: 100px;
|
||
|
background-color: #e9e9e9;
|
||
|
cursor: url('../../cursors/link.cur'), pointer;
|
||
|
width: 640px !important;
|
||
|
}
|