Coder Social home page Coder Social logo

restrict_timepicker's Introduction

restrict_timepicker's People

Contributors

sduff avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

abhi7841

restrict_timepicker's Issues

Not an issue but question/comment

I did the following css and got good results but ultimately I want to hide the first and last column in the preset timepicker, also the All time didn't hide either I tried both a "0" and "" for the Earliest value, any thoughts would be great. Thanks for this it is getting me close to what I want:

`div[id^='dateandtimerange_view'],
div[id^='advanced_view'],
div[id^='relative_view'],
div[id^='realtime_view'] {
display: none;
}

/* Hide individual items
*/
a[data-earliest="rt-30s"][data-latest="rt"],
a[data-earliest="rt-1m"][data-latest="rt"],
a[data-earliest="rt-5m"][data-latest="rt"],
a[data-earliest="rt-30m"][data-latest="rt"],
a[data-earliest="rt-1h"][data-latest="rt"],
a[data-earliest="rt"][data-latest="rt"],
a[data-earliest="@w0"][data-latest="now"],
a[data-earliest="@w1"][data-latest="now"],
a[data-earliest="-7d@w0"][data-latest="@w0"],
a[data-earliest="-6d@w1"][data-latest="-1d@w6"],
a[data-earliest="-1mon@mon"][data-latest="@mon"],
a[data-earliest="-15m"][data-latest="now"],
a[data-earliest="-60m@m"][data-latest="now"],
a[data-earliest="-4h@m"][data-latest="now"],
a[data-earliest="0"][data-latest="now"] {
display: none;
}
`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.