Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/generic/jquery.scss')
-rw-r--r--app/assets/stylesheets/generic/jquery.scss55
1 files changed, 0 insertions, 55 deletions
diff --git a/app/assets/stylesheets/generic/jquery.scss b/app/assets/stylesheets/generic/jquery.scss
deleted file mode 100644
index 871b808bad4..00000000000
--- a/app/assets/stylesheets/generic/jquery.scss
+++ /dev/null
@@ -1,55 +0,0 @@
-.ui-widget {
- font-family: $regular_font;
- font-size: $font-size-base;
-
- &.ui-datepicker-inline {
- border: 1px solid #DDD;
- padding: 10px;
- width: 270px;
-
- .ui-datepicker-header {
- background: #FFF;
- border-color: #DDD;
- }
-
- .ui-datepicker-calendar td a {
- padding: 5px;
- text-align: center;
- }
- }
-
- &.ui-autocomplete {
- border-color: #DDD;
- padding: 0;
- margin-top: 2px;
- z-index: 1001;
-
- .ui-menu-item a {
- padding: 4px 10px;
- }
- }
-
- .ui-state-default {
- border: 1px solid #FFF;
- background: #FFF;
- color: #777;
- }
-
- .ui-state-highlight {
- border: 1px solid #EEE;
- background: #EEE;
- }
-
- .ui-state-active {
- border: 1px solid $gl-primary;
- background: $gl-primary;
- color: #FFF;
- }
-
- .ui-state-hover,
- .ui-state-focus {
- border: 1px solid $hover;
- background: $hover;
- color: #333;
- }
-}