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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Morpheus/stylesheets/ieonly.css')
-rw-r--r--plugins/Morpheus/stylesheets/ieonly.css37
1 files changed, 0 insertions, 37 deletions
diff --git a/plugins/Morpheus/stylesheets/ieonly.css b/plugins/Morpheus/stylesheets/ieonly.css
deleted file mode 100644
index 45523c856a..0000000000
--- a/plugins/Morpheus/stylesheets/ieonly.css
+++ /dev/null
@@ -1,37 +0,0 @@
-.ui-dialog.ui-widget-content {
- z-index: 1003!important;
-}
-
-.ui-widget-overlay {
- z-index: 1002!important;
-}
-
-.widgetContent {
- width: 99.8%;
- overflow: hidden;
-}
-
-#topLeftBar {
- z-index: 300!important;
-}
-
-.submit {
- height: 30px;
-}
-
-input[type=checkbox], input[type=radio] {
- border: none;
- background: transparent none;
-}
-
-.jqplot-seriespicker-popover p input {
- width: 15px;
- margin: 0;
- padding: 0;
-}
-
-/* Don't override select style */
-select {
- background: transparent;
- padding-right: 12px;
-}