mirror of https://github.com/ColorlibHQ/AdminLTE
Provide fix for issue #668
parent
16bb613abe
commit
b8ea25e8eb
12
Gruntfile.js
12
Gruntfile.js
|
@ -21,6 +21,12 @@ module.exports = function (grunt) {
|
||||||
files: {
|
files: {
|
||||||
// compilation.css : source.less
|
// compilation.css : source.less
|
||||||
"dist/css/AdminLTE.css": "build/less/AdminLTE.less",
|
"dist/css/AdminLTE.css": "build/less/AdminLTE.less",
|
||||||
|
// AdminLTE without plugins
|
||||||
|
"dist/css/alt/AdminLTE-without-plugins.css": "build/less/AdminLTE-without-plugins.less",
|
||||||
|
// Separate plugins
|
||||||
|
"dist/css/alt/AdminLTE-select2.css": "build/less/select2.less",
|
||||||
|
"dist/css/alt/AdminLTE-fullcalendar.css": "build/less/fullcalendar.less",
|
||||||
|
"dist/css/alt/AdminLTE-bootstrap-social.css": "build/less/bootstrap-social.less",
|
||||||
//Non minified skin files
|
//Non minified skin files
|
||||||
"dist/css/skins/skin-blue.css": "build/less/skins/skin-blue.less",
|
"dist/css/skins/skin-blue.css": "build/less/skins/skin-blue.less",
|
||||||
"dist/css/skins/skin-black.css": "build/less/skins/skin-black.less",
|
"dist/css/skins/skin-black.css": "build/less/skins/skin-black.less",
|
||||||
|
@ -46,6 +52,12 @@ module.exports = function (grunt) {
|
||||||
files: {
|
files: {
|
||||||
// compilation.css : source.less
|
// compilation.css : source.less
|
||||||
"dist/css/AdminLTE.min.css": "build/less/AdminLTE.less",
|
"dist/css/AdminLTE.min.css": "build/less/AdminLTE.less",
|
||||||
|
// AdminLTE without plugins
|
||||||
|
"dist/css/alt/AdminLTE-without-plugins.min.css": "build/less/AdminLTE-without-plugins.less",
|
||||||
|
// Separate plugins
|
||||||
|
"dist/css/alt/AdminLTE-select2.min.css": "build/less/select2.less",
|
||||||
|
"dist/css/alt/AdminLTE-fullcalendar.min.css": "build/less/fullcalendar.less",
|
||||||
|
"dist/css/alt/AdminLTE-bootstrap-social.min.css": "build/less/bootstrap-social.less",
|
||||||
// Skins minified
|
// Skins minified
|
||||||
"dist/css/skins/skin-blue.min.css": "build/less/skins/skin-blue.less",
|
"dist/css/skins/skin-blue.min.css": "build/less/skins/skin-blue.less",
|
||||||
"dist/css/skins/skin-black.min.css": "build/less/skins/skin-black.less",
|
"dist/css/skins/skin-black.min.css": "build/less/skins/skin-black.less",
|
||||||
|
|
|
@ -0,0 +1,56 @@
|
||||||
|
/*!
|
||||||
|
* AdminLTE v2.3.5 Without Third-Party Plugins
|
||||||
|
* Author: Almsaeed Studio
|
||||||
|
* Website: Almsaeed Studio <http://almsaeedstudio.com>
|
||||||
|
* License: Open source - MIT
|
||||||
|
* Please visit http://opensource.org/licenses/MIT for more information
|
||||||
|
!*/
|
||||||
|
//google fonts
|
||||||
|
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
|
||||||
|
//Bootstrap Variables & Mixins
|
||||||
|
//The core bootstrap code have not been modified. These files
|
||||||
|
//are included only for reference.
|
||||||
|
@import (reference) "../bootstrap-less/mixins.less";
|
||||||
|
@import (reference) "../bootstrap-less/variables.less";
|
||||||
|
//MISC
|
||||||
|
//----
|
||||||
|
@import "core.less";
|
||||||
|
@import "variables.less";
|
||||||
|
@import "mixins.less";
|
||||||
|
//COMPONENTS
|
||||||
|
//-----------
|
||||||
|
@import "header.less";
|
||||||
|
@import "sidebar.less";
|
||||||
|
@import "sidebar-mini.less";
|
||||||
|
@import "control-sidebar.less";
|
||||||
|
@import "dropdown.less";
|
||||||
|
@import "forms.less";
|
||||||
|
@import "progress-bars.less";
|
||||||
|
@import "small-box.less";
|
||||||
|
@import "boxes.less";
|
||||||
|
@import "info-box.less";
|
||||||
|
@import "timeline.less";
|
||||||
|
@import "buttons.less";
|
||||||
|
@import "callout.less";
|
||||||
|
@import "alerts.less";
|
||||||
|
@import "navs.less";
|
||||||
|
@import "products.less";
|
||||||
|
@import "table.less";
|
||||||
|
@import "labels.less";
|
||||||
|
@import "direct-chat.less";
|
||||||
|
@import "users-list.less";
|
||||||
|
@import "carousel.less";
|
||||||
|
@import "modal.less";
|
||||||
|
@import "social-widgets.less";
|
||||||
|
//PAGES
|
||||||
|
//------
|
||||||
|
@import "mailbox.less";
|
||||||
|
@import "lockscreen.less";
|
||||||
|
@import "login_and_register.less";
|
||||||
|
@import "404_500_errors.less";
|
||||||
|
@import "invoice.less";
|
||||||
|
@import "profile";
|
||||||
|
//Miscellaneous
|
||||||
|
//-------------
|
||||||
|
@import "miscellaneous.less";
|
||||||
|
@import "print.less";
|
|
@ -52,9 +52,7 @@
|
||||||
@import "profile";
|
@import "profile";
|
||||||
//Plugins
|
//Plugins
|
||||||
//--------
|
//--------
|
||||||
@import "bootstrap-social.less";
|
@import "plugins.less";
|
||||||
@import "fullcalendar.less";
|
|
||||||
@import "select2.less";
|
|
||||||
//Miscellaneous
|
//Miscellaneous
|
||||||
//-------------
|
//-------------
|
||||||
@import "miscellaneous.less";
|
@import "miscellaneous.less";
|
||||||
|
|
|
@ -7,6 +7,12 @@
|
||||||
* https://github.com/lipis/bootstrap-social
|
* https://github.com/lipis/bootstrap-social
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Import variables and mixins as a reference for separate plugins version
|
||||||
|
@import (reference) "../bootstrap-less/mixins";
|
||||||
|
@import (reference) "../bootstrap-less/variables";
|
||||||
|
@import (reference) "variables";
|
||||||
|
@import (reference) "mixins";
|
||||||
|
|
||||||
@bs-height-base: (@line-height-computed + @padding-base-vertical * 2);
|
@bs-height-base: (@line-height-computed + @padding-base-vertical * 2);
|
||||||
@bs-height-lg: (floor(@font-size-large * @line-height-base) + @padding-large-vertical * 2);
|
@bs-height-lg: (floor(@font-size-large * @line-height-base) + @padding-large-vertical * 2);
|
||||||
@bs-height-sm: (floor(@font-size-small * 1.5) + @padding-small-vertical * 2);
|
@bs-height-sm: (floor(@font-size-small * 1.5) + @padding-small-vertical * 2);
|
||||||
|
|
|
@ -2,6 +2,13 @@
|
||||||
* Plugin: Full Calendar
|
* Plugin: Full Calendar
|
||||||
* ---------------------
|
* ---------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Import variables and mixins as a reference for separate plugins version
|
||||||
|
@import (reference) "../bootstrap-less/mixins";
|
||||||
|
@import (reference) "../bootstrap-less/variables";
|
||||||
|
@import (reference) "variables";
|
||||||
|
@import (reference) "mixins";
|
||||||
|
|
||||||
//Fullcalendar buttons
|
//Fullcalendar buttons
|
||||||
.fc-button {
|
.fc-button {
|
||||||
background: #f4f4f4;
|
background: #f4f4f4;
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
// Customized third-party plugins
|
||||||
|
@import "bootstrap-social.less";
|
||||||
|
@import "fullcalendar.less";
|
||||||
|
@import "select2.less";
|
|
@ -3,6 +3,12 @@
|
||||||
* ---------------
|
* ---------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Import variables and mixins as a reference for separate plugins version
|
||||||
|
@import (reference) "../bootstrap-less/mixins";
|
||||||
|
@import (reference) "../bootstrap-less/variables";
|
||||||
|
@import (reference) "variables";
|
||||||
|
@import (reference) "mixins";
|
||||||
|
|
||||||
//Signle select
|
//Signle select
|
||||||
.select2-container--default,
|
.select2-container--default,
|
||||||
.select2-selection {
|
.select2-selection {
|
||||||
|
|
|
@ -143,7 +143,7 @@ body.hold-transition .main-header .logo {
|
||||||
}
|
}
|
||||||
/* Content */
|
/* Content */
|
||||||
.content {
|
.content {
|
||||||
min-height: 20px;
|
min-height: 250px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
|
|
@ -0,0 +1,760 @@
|
||||||
|
/*
|
||||||
|
* Social Buttons for Bootstrap
|
||||||
|
*
|
||||||
|
* Copyright 2013-2015 Panayiotis Lipiridis
|
||||||
|
* Licensed under the MIT License
|
||||||
|
*
|
||||||
|
* https://github.com/lipis/bootstrap-social
|
||||||
|
*/
|
||||||
|
.btn-social {
|
||||||
|
position: relative;
|
||||||
|
padding-left: 44px;
|
||||||
|
text-align: left;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
.btn-social > :first-child {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
width: 32px;
|
||||||
|
line-height: 34px;
|
||||||
|
font-size: 1.6em;
|
||||||
|
text-align: center;
|
||||||
|
border-right: 1px solid rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-social.btn-lg {
|
||||||
|
padding-left: 61px;
|
||||||
|
}
|
||||||
|
.btn-social.btn-lg > :first-child {
|
||||||
|
line-height: 45px;
|
||||||
|
width: 45px;
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
.btn-social.btn-sm {
|
||||||
|
padding-left: 38px;
|
||||||
|
}
|
||||||
|
.btn-social.btn-sm > :first-child {
|
||||||
|
line-height: 28px;
|
||||||
|
width: 28px;
|
||||||
|
font-size: 1.4em;
|
||||||
|
}
|
||||||
|
.btn-social.btn-xs {
|
||||||
|
padding-left: 30px;
|
||||||
|
}
|
||||||
|
.btn-social.btn-xs > :first-child {
|
||||||
|
line-height: 20px;
|
||||||
|
width: 20px;
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
|
.btn-social-icon {
|
||||||
|
position: relative;
|
||||||
|
padding-left: 44px;
|
||||||
|
text-align: left;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
height: 34px;
|
||||||
|
width: 34px;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.btn-social-icon > :first-child {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
width: 32px;
|
||||||
|
line-height: 34px;
|
||||||
|
font-size: 1.6em;
|
||||||
|
text-align: center;
|
||||||
|
border-right: 1px solid rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-social-icon.btn-lg {
|
||||||
|
padding-left: 61px;
|
||||||
|
}
|
||||||
|
.btn-social-icon.btn-lg > :first-child {
|
||||||
|
line-height: 45px;
|
||||||
|
width: 45px;
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
.btn-social-icon.btn-sm {
|
||||||
|
padding-left: 38px;
|
||||||
|
}
|
||||||
|
.btn-social-icon.btn-sm > :first-child {
|
||||||
|
line-height: 28px;
|
||||||
|
width: 28px;
|
||||||
|
font-size: 1.4em;
|
||||||
|
}
|
||||||
|
.btn-social-icon.btn-xs {
|
||||||
|
padding-left: 30px;
|
||||||
|
}
|
||||||
|
.btn-social-icon.btn-xs > :first-child {
|
||||||
|
line-height: 20px;
|
||||||
|
width: 20px;
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
|
.btn-social-icon > :first-child {
|
||||||
|
border: none;
|
||||||
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.btn-social-icon.btn-lg {
|
||||||
|
height: 45px;
|
||||||
|
width: 45px;
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
.btn-social-icon.btn-sm {
|
||||||
|
height: 30px;
|
||||||
|
width: 30px;
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
.btn-social-icon.btn-xs {
|
||||||
|
height: 22px;
|
||||||
|
width: 22px;
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
.btn-adn {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #d87a68;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-adn:focus,
|
||||||
|
.btn-adn.focus {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #ce563f;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-adn:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #ce563f;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-adn:active,
|
||||||
|
.btn-adn.active,
|
||||||
|
.open > .dropdown-toggle.btn-adn {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #ce563f;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-adn:active,
|
||||||
|
.btn-adn.active,
|
||||||
|
.open > .dropdown-toggle.btn-adn {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
.btn-adn .badge {
|
||||||
|
color: #d87a68;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
.btn-bitbucket {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #205081;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-bitbucket:focus,
|
||||||
|
.btn-bitbucket.focus {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #163758;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-bitbucket:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #163758;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-bitbucket:active,
|
||||||
|
.btn-bitbucket.active,
|
||||||
|
.open > .dropdown-toggle.btn-bitbucket {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #163758;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-bitbucket:active,
|
||||||
|
.btn-bitbucket.active,
|
||||||
|
.open > .dropdown-toggle.btn-bitbucket {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
.btn-bitbucket .badge {
|
||||||
|
color: #205081;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
.btn-dropbox {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #1087dd;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-dropbox:focus,
|
||||||
|
.btn-dropbox.focus {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #0d6aad;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-dropbox:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #0d6aad;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-dropbox:active,
|
||||||
|
.btn-dropbox.active,
|
||||||
|
.open > .dropdown-toggle.btn-dropbox {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #0d6aad;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-dropbox:active,
|
||||||
|
.btn-dropbox.active,
|
||||||
|
.open > .dropdown-toggle.btn-dropbox {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
.btn-dropbox .badge {
|
||||||
|
color: #1087dd;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
.btn-facebook {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #3b5998;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-facebook:focus,
|
||||||
|
.btn-facebook.focus {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #2d4373;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-facebook:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #2d4373;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-facebook:active,
|
||||||
|
.btn-facebook.active,
|
||||||
|
.open > .dropdown-toggle.btn-facebook {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #2d4373;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-facebook:active,
|
||||||
|
.btn-facebook.active,
|
||||||
|
.open > .dropdown-toggle.btn-facebook {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
.btn-facebook .badge {
|
||||||
|
color: #3b5998;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
.btn-flickr {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #ff0084;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-flickr:focus,
|
||||||
|
.btn-flickr.focus {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #cc006a;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-flickr:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #cc006a;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-flickr:active,
|
||||||
|
.btn-flickr.active,
|
||||||
|
.open > .dropdown-toggle.btn-flickr {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #cc006a;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-flickr:active,
|
||||||
|
.btn-flickr.active,
|
||||||
|
.open > .dropdown-toggle.btn-flickr {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
.btn-flickr .badge {
|
||||||
|
color: #ff0084;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
.btn-foursquare {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #f94877;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-foursquare:focus,
|
||||||
|
.btn-foursquare.focus {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #f71752;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-foursquare:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #f71752;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-foursquare:active,
|
||||||
|
.btn-foursquare.active,
|
||||||
|
.open > .dropdown-toggle.btn-foursquare {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #f71752;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-foursquare:active,
|
||||||
|
.btn-foursquare.active,
|
||||||
|
.open > .dropdown-toggle.btn-foursquare {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
.btn-foursquare .badge {
|
||||||
|
color: #f94877;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
.btn-github {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #444444;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-github:focus,
|
||||||
|
.btn-github.focus {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #2b2b2b;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-github:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #2b2b2b;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-github:active,
|
||||||
|
.btn-github.active,
|
||||||
|
.open > .dropdown-toggle.btn-github {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #2b2b2b;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-github:active,
|
||||||
|
.btn-github.active,
|
||||||
|
.open > .dropdown-toggle.btn-github {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
.btn-github .badge {
|
||||||
|
color: #444444;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
.btn-google {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #dd4b39;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-google:focus,
|
||||||
|
.btn-google.focus {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #c23321;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-google:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #c23321;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-google:active,
|
||||||
|
.btn-google.active,
|
||||||
|
.open > .dropdown-toggle.btn-google {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #c23321;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-google:active,
|
||||||
|
.btn-google.active,
|
||||||
|
.open > .dropdown-toggle.btn-google {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
.btn-google .badge {
|
||||||
|
color: #dd4b39;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
.btn-instagram {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #3f729b;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-instagram:focus,
|
||||||
|
.btn-instagram.focus {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #305777;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-instagram:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #305777;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-instagram:active,
|
||||||
|
.btn-instagram.active,
|
||||||
|
.open > .dropdown-toggle.btn-instagram {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #305777;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-instagram:active,
|
||||||
|
.btn-instagram.active,
|
||||||
|
.open > .dropdown-toggle.btn-instagram {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
.btn-instagram .badge {
|
||||||
|
color: #3f729b;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
.btn-linkedin {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #007bb6;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-linkedin:focus,
|
||||||
|
.btn-linkedin.focus {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #005983;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-linkedin:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #005983;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-linkedin:active,
|
||||||
|
.btn-linkedin.active,
|
||||||
|
.open > .dropdown-toggle.btn-linkedin {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #005983;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-linkedin:active,
|
||||||
|
.btn-linkedin.active,
|
||||||
|
.open > .dropdown-toggle.btn-linkedin {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
.btn-linkedin .badge {
|
||||||
|
color: #007bb6;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
.btn-microsoft {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #2672ec;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-microsoft:focus,
|
||||||
|
.btn-microsoft.focus {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #125acd;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-microsoft:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #125acd;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-microsoft:active,
|
||||||
|
.btn-microsoft.active,
|
||||||
|
.open > .dropdown-toggle.btn-microsoft {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #125acd;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-microsoft:active,
|
||||||
|
.btn-microsoft.active,
|
||||||
|
.open > .dropdown-toggle.btn-microsoft {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
.btn-microsoft .badge {
|
||||||
|
color: #2672ec;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
.btn-openid {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #f7931e;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-openid:focus,
|
||||||
|
.btn-openid.focus {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #da7908;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-openid:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #da7908;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-openid:active,
|
||||||
|
.btn-openid.active,
|
||||||
|
.open > .dropdown-toggle.btn-openid {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #da7908;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-openid:active,
|
||||||
|
.btn-openid.active,
|
||||||
|
.open > .dropdown-toggle.btn-openid {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
.btn-openid .badge {
|
||||||
|
color: #f7931e;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
.btn-pinterest {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #cb2027;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-pinterest:focus,
|
||||||
|
.btn-pinterest.focus {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #9f191f;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-pinterest:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #9f191f;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-pinterest:active,
|
||||||
|
.btn-pinterest.active,
|
||||||
|
.open > .dropdown-toggle.btn-pinterest {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #9f191f;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-pinterest:active,
|
||||||
|
.btn-pinterest.active,
|
||||||
|
.open > .dropdown-toggle.btn-pinterest {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
.btn-pinterest .badge {
|
||||||
|
color: #cb2027;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
.btn-reddit {
|
||||||
|
color: #000000;
|
||||||
|
background-color: #eff7ff;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-reddit:focus,
|
||||||
|
.btn-reddit.focus {
|
||||||
|
color: #000000;
|
||||||
|
background-color: #bcddff;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-reddit:hover {
|
||||||
|
color: #000000;
|
||||||
|
background-color: #bcddff;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-reddit:active,
|
||||||
|
.btn-reddit.active,
|
||||||
|
.open > .dropdown-toggle.btn-reddit {
|
||||||
|
color: #000000;
|
||||||
|
background-color: #bcddff;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-reddit:active,
|
||||||
|
.btn-reddit.active,
|
||||||
|
.open > .dropdown-toggle.btn-reddit {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
.btn-reddit .badge {
|
||||||
|
color: #eff7ff;
|
||||||
|
background-color: #000000;
|
||||||
|
}
|
||||||
|
.btn-soundcloud {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #ff5500;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-soundcloud:focus,
|
||||||
|
.btn-soundcloud.focus {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #cc4400;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-soundcloud:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #cc4400;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-soundcloud:active,
|
||||||
|
.btn-soundcloud.active,
|
||||||
|
.open > .dropdown-toggle.btn-soundcloud {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #cc4400;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-soundcloud:active,
|
||||||
|
.btn-soundcloud.active,
|
||||||
|
.open > .dropdown-toggle.btn-soundcloud {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
.btn-soundcloud .badge {
|
||||||
|
color: #ff5500;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
.btn-tumblr {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #2c4762;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-tumblr:focus,
|
||||||
|
.btn-tumblr.focus {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #1c2d3f;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-tumblr:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #1c2d3f;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-tumblr:active,
|
||||||
|
.btn-tumblr.active,
|
||||||
|
.open > .dropdown-toggle.btn-tumblr {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #1c2d3f;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-tumblr:active,
|
||||||
|
.btn-tumblr.active,
|
||||||
|
.open > .dropdown-toggle.btn-tumblr {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
.btn-tumblr .badge {
|
||||||
|
color: #2c4762;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
.btn-twitter {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #55acee;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-twitter:focus,
|
||||||
|
.btn-twitter.focus {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #2795e9;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-twitter:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #2795e9;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-twitter:active,
|
||||||
|
.btn-twitter.active,
|
||||||
|
.open > .dropdown-toggle.btn-twitter {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #2795e9;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-twitter:active,
|
||||||
|
.btn-twitter.active,
|
||||||
|
.open > .dropdown-toggle.btn-twitter {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
.btn-twitter .badge {
|
||||||
|
color: #55acee;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
.btn-vimeo {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #1ab7ea;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-vimeo:focus,
|
||||||
|
.btn-vimeo.focus {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #1295bf;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-vimeo:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #1295bf;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-vimeo:active,
|
||||||
|
.btn-vimeo.active,
|
||||||
|
.open > .dropdown-toggle.btn-vimeo {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #1295bf;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-vimeo:active,
|
||||||
|
.btn-vimeo.active,
|
||||||
|
.open > .dropdown-toggle.btn-vimeo {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
.btn-vimeo .badge {
|
||||||
|
color: #1ab7ea;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
.btn-vk {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #587ea3;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-vk:focus,
|
||||||
|
.btn-vk.focus {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #466482;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-vk:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #466482;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-vk:active,
|
||||||
|
.btn-vk.active,
|
||||||
|
.open > .dropdown-toggle.btn-vk {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #466482;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-vk:active,
|
||||||
|
.btn-vk.active,
|
||||||
|
.open > .dropdown-toggle.btn-vk {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
.btn-vk .badge {
|
||||||
|
color: #587ea3;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
.btn-yahoo {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #720e9e;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-yahoo:focus,
|
||||||
|
.btn-yahoo.focus {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #500a6f;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-yahoo:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #500a6f;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-yahoo:active,
|
||||||
|
.btn-yahoo.active,
|
||||||
|
.open > .dropdown-toggle.btn-yahoo {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #500a6f;
|
||||||
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
.btn-yahoo:active,
|
||||||
|
.btn-yahoo.active,
|
||||||
|
.open > .dropdown-toggle.btn-yahoo {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
.btn-yahoo .badge {
|
||||||
|
color: #720e9e;
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,93 @@
|
||||||
|
/*
|
||||||
|
* Plugin: Full Calendar
|
||||||
|
* ---------------------
|
||||||
|
*/
|
||||||
|
.fc-button {
|
||||||
|
background: #f4f4f4;
|
||||||
|
background-image: none;
|
||||||
|
color: #444;
|
||||||
|
border-color: #ddd;
|
||||||
|
border-bottom-color: #ddd;
|
||||||
|
}
|
||||||
|
.fc-button:hover,
|
||||||
|
.fc-button:active,
|
||||||
|
.fc-button.hover {
|
||||||
|
background-color: #e9e9e9;
|
||||||
|
}
|
||||||
|
.fc-header-title h2 {
|
||||||
|
font-size: 15px;
|
||||||
|
line-height: 1.6em;
|
||||||
|
color: #666;
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
.fc-header-right {
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
|
.fc-header-left {
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
|
.fc-widget-header {
|
||||||
|
background: #fafafa;
|
||||||
|
}
|
||||||
|
.fc-grid {
|
||||||
|
width: 100%;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
.fc-widget-header:first-of-type,
|
||||||
|
.fc-widget-content:first-of-type {
|
||||||
|
border-left: 0;
|
||||||
|
border-right: 0;
|
||||||
|
}
|
||||||
|
.fc-widget-header:last-of-type,
|
||||||
|
.fc-widget-content:last-of-type {
|
||||||
|
border-right: 0;
|
||||||
|
}
|
||||||
|
.fc-toolbar {
|
||||||
|
padding: 10px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.fc-day-number {
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: 300;
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
|
.fc-color-picker {
|
||||||
|
list-style: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.fc-color-picker > li {
|
||||||
|
float: left;
|
||||||
|
font-size: 30px;
|
||||||
|
margin-right: 5px;
|
||||||
|
line-height: 30px;
|
||||||
|
}
|
||||||
|
.fc-color-picker > li .fa {
|
||||||
|
-webkit-transition: -webkit-transform linear 0.3s;
|
||||||
|
-moz-transition: -moz-transform linear 0.3s;
|
||||||
|
-o-transition: -o-transform linear 0.3s;
|
||||||
|
transition: transform linear 0.3s;
|
||||||
|
}
|
||||||
|
.fc-color-picker > li .fa:hover {
|
||||||
|
-webkit-transform: rotate(30deg);
|
||||||
|
-ms-transform: rotate(30deg);
|
||||||
|
-o-transform: rotate(30deg);
|
||||||
|
transform: rotate(30deg);
|
||||||
|
}
|
||||||
|
#add-new-event {
|
||||||
|
-webkit-transition: all linear 0.3s;
|
||||||
|
-o-transition: all linear 0.3s;
|
||||||
|
transition: all linear 0.3s;
|
||||||
|
}
|
||||||
|
.external-event {
|
||||||
|
padding: 5px 10px;
|
||||||
|
font-weight: bold;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
|
||||||
|
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
|
||||||
|
border-radius: 3px;
|
||||||
|
cursor: move;
|
||||||
|
}
|
||||||
|
.external-event:hover {
|
||||||
|
box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
.fc-button{background:#f4f4f4;background-image:none;color:#444;border-color:#ddd;border-bottom-color:#ddd}.fc-button:hover,.fc-button:active,.fc-button.hover{background-color:#e9e9e9}.fc-header-title h2{font-size:15px;line-height:1.6em;color:#666;margin-left:10px}.fc-header-right{padding-right:10px}.fc-header-left{padding-left:10px}.fc-widget-header{background:#fafafa}.fc-grid{width:100%;border:0}.fc-widget-header:first-of-type,.fc-widget-content:first-of-type{border-left:0;border-right:0}.fc-widget-header:last-of-type,.fc-widget-content:last-of-type{border-right:0}.fc-toolbar{padding:10px;margin:0}.fc-day-number{font-size:20px;font-weight:300;padding-right:10px}.fc-color-picker{list-style:none;margin:0;padding:0}.fc-color-picker>li{float:left;font-size:30px;margin-right:5px;line-height:30px}.fc-color-picker>li .fa{-webkit-transition:-webkit-transform linear .3s;-moz-transition:-moz-transform linear .3s;-o-transition:-o-transform linear .3s;transition:transform linear .3s}.fc-color-picker>li .fa:hover{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);-o-transform:rotate(30deg);transform:rotate(30deg)}#add-new-event{-webkit-transition:all linear .3s;-o-transition:all linear .3s;transition:all linear .3s}.external-event{padding:5px 10px;font-weight:bold;margin-bottom:4px;box-shadow:0 1px 1px rgba(0,0,0,0.1);text-shadow:0 1px 1px rgba(0,0,0,0.1);border-radius:3px;cursor:move}.external-event:hover{box-shadow:inset 0 0 90px rgba(0,0,0,0.2)}
|
|
@ -0,0 +1,97 @@
|
||||||
|
/*
|
||||||
|
* Plugin: Select2
|
||||||
|
* ---------------
|
||||||
|
*/
|
||||||
|
.select2-container--default.select2-container--focus,
|
||||||
|
.select2-selection.select2-container--focus,
|
||||||
|
.select2-container--default:focus,
|
||||||
|
.select2-selection:focus,
|
||||||
|
.select2-container--default:active,
|
||||||
|
.select2-selection:active {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
.select2-container--default .select2-selection--single,
|
||||||
|
.select2-selection .select2-selection--single {
|
||||||
|
border: 1px solid #d2d6de;
|
||||||
|
border-radius: 0;
|
||||||
|
padding: 6px 12px;
|
||||||
|
height: 34px;
|
||||||
|
}
|
||||||
|
.select2-container--default.select2-container--open {
|
||||||
|
border-color: #3c8dbc;
|
||||||
|
}
|
||||||
|
.select2-dropdown {
|
||||||
|
border: 1px solid #d2d6de;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
.select2-container--default .select2-results__option--highlighted[aria-selected] {
|
||||||
|
background-color: #3c8dbc;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
.select2-results__option {
|
||||||
|
padding: 6px 12px;
|
||||||
|
user-select: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
}
|
||||||
|
.select2-container .select2-selection--single .select2-selection__rendered {
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
height: auto;
|
||||||
|
margin-top: -4px;
|
||||||
|
}
|
||||||
|
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
|
||||||
|
padding-right: 6px;
|
||||||
|
padding-left: 20px;
|
||||||
|
}
|
||||||
|
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
||||||
|
height: 28px;
|
||||||
|
right: 3px;
|
||||||
|
}
|
||||||
|
.select2-container--default .select2-selection--single .select2-selection__arrow b {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
.select2-dropdown .select2-search__field,
|
||||||
|
.select2-search--inline .select2-search__field {
|
||||||
|
border: 1px solid #d2d6de;
|
||||||
|
}
|
||||||
|
.select2-dropdown .select2-search__field:focus,
|
||||||
|
.select2-search--inline .select2-search__field:focus {
|
||||||
|
outline: none;
|
||||||
|
border: 1px solid #3c8dbc;
|
||||||
|
}
|
||||||
|
.select2-container--default .select2-results__option[aria-disabled=true] {
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
.select2-container--default .select2-results__option[aria-selected=true] {
|
||||||
|
background-color: #ddd;
|
||||||
|
}
|
||||||
|
.select2-container--default .select2-results__option[aria-selected=true],
|
||||||
|
.select2-container--default .select2-results__option[aria-selected=true]:hover {
|
||||||
|
color: #444;
|
||||||
|
}
|
||||||
|
.select2-container--default .select2-selection--multiple {
|
||||||
|
border: 1px solid #d2d6de;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
.select2-container--default .select2-selection--multiple:focus {
|
||||||
|
border-color: #3c8dbc;
|
||||||
|
}
|
||||||
|
.select2-container--default.select2-container--focus .select2-selection--multiple {
|
||||||
|
border-color: #d2d6de;
|
||||||
|
}
|
||||||
|
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||||
|
background-color: #3c8dbc;
|
||||||
|
border-color: #367fa9;
|
||||||
|
padding: 1px 10px;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
|
||||||
|
margin-right: 5px;
|
||||||
|
color: rgba(255, 255, 255, 0.7);
|
||||||
|
}
|
||||||
|
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.select2-container .select2-selection--single .select2-selection__rendered {
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
.select2-container--default.select2-container--focus,.select2-selection.select2-container--focus,.select2-container--default:focus,.select2-selection:focus,.select2-container--default:active,.select2-selection:active{outline:none}.select2-container--default .select2-selection--single,.select2-selection .select2-selection--single{border:1px solid #d2d6de;border-radius:0;padding:6px 12px;height:34px}.select2-container--default.select2-container--open{border-color:#3c8dbc}.select2-dropdown{border:1px solid #d2d6de;border-radius:0}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#3c8dbc;color:white}.select2-results__option{padding:6px 12px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{padding-left:0;padding-right:0;height:auto;margin-top:-4px}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:6px;padding-left:20px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:28px;right:3px}.select2-container--default .select2-selection--single .select2-selection__arrow b{margin-top:0}.select2-dropdown .select2-search__field,.select2-search--inline .select2-search__field{border:1px solid #d2d6de}.select2-dropdown .select2-search__field:focus,.select2-search--inline .select2-search__field:focus{outline:none;border:1px solid #3c8dbc}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[aria-selected=true]:hover{color:#444}.select2-container--default .select2-selection--multiple{border:1px solid #d2d6de;border-radius:0}.select2-container--default .select2-selection--multiple:focus{border-color:#3c8dbc}.select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#d2d6de}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#3c8dbc;border-color:#367fa9;padding:1px 10px;color:#fff}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{margin-right:5px;color:rgba(255,255,255,0.7)}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#fff}.select2-container .select2-selection--single .select2-selection__rendered{padding-right:10px}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue